com.sun.codemodel
Class ClassType
java.lang.Object
com.sun.codemodel.ClassType
public final class ClassType
- extends Object
This helps enable whether the JDefinedClass is a Class or Interface or
AnnotationTypeDeclaration or Enum
- Author:
- Bhakti Mehta (bhakti.mehta@sun.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Copyright © 2005-2012 Oracle. All Rights Reserved.