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

java.lang.Object
  extended by org.codehaus.backport175.reader.bytecode.AnnotationElement.Type
Enclosing class:
AnnotationElement

public static final class AnnotationElement.Type
extends java.lang.Object

Enum for the different annotation element types.

Author:
Jonas Bon?r

Field Summary
static AnnotationElement.Type ANNOTATION
           
static AnnotationElement.Type ARRAY
           
static AnnotationElement.Type BOOLEAN
           
static AnnotationElement.Type BYTE
           
static AnnotationElement.Type CHAR
           
static AnnotationElement.Type DOUBLE
           
static AnnotationElement.Type ENUM
           
static AnnotationElement.Type FLOAT
           
static AnnotationElement.Type INTEGER
           
static AnnotationElement.Type LONG
           
static AnnotationElement.Type SHORT
           
static AnnotationElement.Type STRING
           
static AnnotationElement.Type TYPE
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ANNOTATION

public static final AnnotationElement.Type ANNOTATION

ARRAY

public static final AnnotationElement.Type ARRAY

ENUM

public static final AnnotationElement.Type ENUM

TYPE

public static final AnnotationElement.Type TYPE

STRING

public static final AnnotationElement.Type STRING

LONG

public static final AnnotationElement.Type LONG

INTEGER

public static final AnnotationElement.Type INTEGER

SHORT

public static final AnnotationElement.Type SHORT

DOUBLE

public static final AnnotationElement.Type DOUBLE

FLOAT

public static final AnnotationElement.Type FLOAT

BYTE

public static final AnnotationElement.Type BYTE

BOOLEAN

public static final AnnotationElement.Type BOOLEAN

CHAR

public static final AnnotationElement.Type CHAR
Method Detail

toString

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