org.aspectj.weaver
Class EnumAnnotationValue

java.lang.Object
  extended by org.aspectj.weaver.AnnotationValue
      extended by 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
EnumAnnotationValue(java.lang.String typeSignature, java.lang.String value)
           
 
Method Summary
 java.lang.String getType()
           
 java.lang.String stringify()
           
 java.lang.String toString()
           
 
Methods inherited from class org.aspectj.weaver.AnnotationValue
whatKindIsThis
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EnumAnnotationValue

public EnumAnnotationValue(java.lang.String typeSignature,
                           java.lang.String value)
Method Detail

getType

public java.lang.String getType()

stringify

public java.lang.String stringify()
Specified by:
stringify in class AnnotationValue

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object