Package com.sun.codemodel
Class ClassType
- java.lang.Object
-
- com.sun.codemodel.ClassType
-
public final class ClassType extends java.lang.ObjectThis helps enable whether the JDefinedClass is a Class or Interface or AnnotationTypeDeclaration or Enum
-
-
Field Summary
Fields Modifier and Type Field Description static ClassTypeANNOTATION_TYPE_DECLstatic ClassTypeCLASS(package private) java.lang.StringdeclarationTokenThe keyword used to declare this type.static ClassTypeENUMstatic ClassTypeINTERFACE
-
Constructor Summary
Constructors Modifier Constructor Description privateClassType(java.lang.String token)
-
-
-
Field Detail
-
declarationToken
final java.lang.String declarationToken
The keyword used to declare this type.
-
CLASS
public static final ClassType CLASS
-
INTERFACE
public static final ClassType INTERFACE
-
ANNOTATION_TYPE_DECL
public static final ClassType ANNOTATION_TYPE_DECL
-
ENUM
public static final ClassType ENUM
-
-