Package org.aspectj.weaver
Class EnumAnnotationValue
- java.lang.Object
-
- org.aspectj.weaver.AnnotationValue
-
- org.aspectj.weaver.EnumAnnotationValue
-
public class EnumAnnotationValue extends AnnotationValue
-
-
Field Summary
-
Fields inherited from class org.aspectj.weaver.AnnotationValue
ANNOTATION, ARRAY, CLASS, ENUM_CONSTANT, PRIMITIVE_BOOLEAN, PRIMITIVE_BYTE, PRIMITIVE_CHAR, PRIMITIVE_DOUBLE, PRIMITIVE_FLOAT, PRIMITIVE_INT, PRIMITIVE_LONG, PRIMITIVE_SHORT, STRING, valueKind
-
-
Constructor Summary
Constructors Constructor Description EnumAnnotationValue(String typeSignature, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()StringgetValue()Stringstringify()StringtoString()-
Methods inherited from class org.aspectj.weaver.AnnotationValue
whatKindIsThis
-
-