Class AnnotationAttribute
java.lang.Object
com.espertech.esper.common.internal.epl.annotation.AnnotationAttribute
Represents a attribute of an annotation.
-
Constructor Summary
ConstructorDescriptionAnnotationAttribute
(String name, EPTypeClass type, Object defaultValue) Ctor. -
Method Summary
-
Constructor Details
-
AnnotationAttribute
Ctor.- Parameters:
name
- name of attributetype
- attribute typedefaultValue
- default value, if any is specified
-
-
Method Details
-
getName
Returns attribute name.- Returns:
- attribute name
-
getType
Returns attribute type.- Returns:
- attribute type
-
getDefaultValue
Returns default value of annotation.- Returns:
- default value
-