|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.soda.AnnotationAttribute
public class AnnotationAttribute
Represents a single annotation attribute, the value of which may itself be a single value, array or further annotations.
Constructor Summary | |
---|---|
AnnotationAttribute()
Ctor. |
|
AnnotationAttribute(java.lang.String name,
java.lang.Object value)
Ctor. |
Method Summary | |
---|---|
java.lang.String |
getName()
Returns annotation name. |
java.lang.Object |
getValue()
Returns annotation value. |
void |
setName(java.lang.String name)
Sets annotation name. |
void |
setValue(java.lang.Object value)
Sets annotation value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnnotationAttribute()
public AnnotationAttribute(java.lang.String name, java.lang.Object value)
name
- annotation namevalue
- annotation value, could be a primitive, array or another annotationMethod Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- to setpublic java.lang.Object getValue()
public void setValue(java.lang.Object value)
value
- to set
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |