Class AnnotationAttribute
java.lang.Object
com.espertech.esper.common.client.soda.AnnotationAttribute
- All Implemented Interfaces:
Serializable
Represents a single annotation attribute, the value of which may itself be a single value, array or further annotations.
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
AnnotationAttribute
public AnnotationAttribute()Ctor. -
AnnotationAttribute
Ctor.- Parameters:
name
- annotation namevalue
- annotation value, could be a primitive, array or another annotation
-
-
Method Details
-
getName
Returns annotation name.- Returns:
- name
-
setName
Sets annotation name.- Parameters:
name
- to set
-
getValue
Returns annotation value.- Returns:
- value
-
setValue
Sets annotation value.- Parameters:
value
- to set
-