org.codehaus.gmaven.runtime.support.stubgen.model
Class ClassDef.Type

java.lang.Object
  extended by org.codehaus.gmaven.runtime.support.stubgen.model.ClassDef.Type
Enclosing class:
ClassDef

public static final class ClassDef.Type
extends Object

Psuedo-enum for class type.


Field Summary
static ClassDef.Type ANNOTATION
           
static int ANNOTATION_CODE
           
static String ANNOTATION_NAME
           
static ClassDef.Type CLASS
           
static int CLASS_CODE
           
static String CLASS_NAME
           
 int code
           
static ClassDef.Type ENUM
           
static int ENUM_CODE
           
static String ENUM_NAME
           
static ClassDef.Type INTERFACE
           
static int INTERFACE_CODE
           
static String INTERFACE_NAME
           
 String name
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_NAME

public static final String CLASS_NAME
See Also:
Constant Field Values

CLASS_CODE

public static final int CLASS_CODE
See Also:
Constant Field Values

CLASS

public static final ClassDef.Type CLASS

INTERFACE_NAME

public static final String INTERFACE_NAME
See Also:
Constant Field Values

INTERFACE_CODE

public static final int INTERFACE_CODE
See Also:
Constant Field Values

INTERFACE

public static final ClassDef.Type INTERFACE

ENUM_NAME

public static final String ENUM_NAME
See Also:
Constant Field Values

ENUM_CODE

public static final int ENUM_CODE
See Also:
Constant Field Values

ENUM

public static final ClassDef.Type ENUM

ANNOTATION_NAME

public static final String ANNOTATION_NAME
See Also:
Constant Field Values

ANNOTATION_CODE

public static final int ANNOTATION_CODE
See Also:
Constant Field Values

ANNOTATION

public static final ClassDef.Type ANNOTATION

name

public final String name

code

public final int code
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006-2012 Codehaus. All Rights Reserved.