org.codehaus.backport175.reader.bytecode
Class AnnotationElement.Enum

java.lang.Object
  extended by org.codehaus.backport175.reader.bytecode.AnnotationElement
      extended by org.codehaus.backport175.reader.bytecode.AnnotationElement.Enum
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
AnnotationElement

public static class AnnotationElement.Enum
extends AnnotationElement

Abstraction for the enum (Java 5 enum) element type.

Author:
Jonas Bonér
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.codehaus.backport175.reader.bytecode.AnnotationElement
AnnotationElement.Annotation, AnnotationElement.Array, AnnotationElement.Enum, AnnotationElement.NamedValue, AnnotationElement.NestedAnnotationElement, AnnotationElement.Type
 
Field Summary
 
Fields inherited from class org.codehaus.backport175.reader.bytecode.AnnotationElement
DEFAULT_VALUE_NAME
 
Constructor Summary
AnnotationElement.Enum(java.lang.String desc, java.lang.String value)
           
 
Method Summary
 java.lang.String getDesc()
           
 java.lang.String getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnnotationElement.Enum

public AnnotationElement.Enum(java.lang.String desc,
                              java.lang.String value)
Method Detail

getDesc

public java.lang.String getDesc()

getValue

public java.lang.String getValue()

toString

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