com.sun.codemodel
Class ClassType

java.lang.Object
  extended by 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)

Field Summary
static ClassType ANNOTATION_TYPE_DECL
           
static ClassType CLASS
           
static ClassType ENUM
           
static ClassType INTERFACE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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-2013 Oracle. All Rights Reserved.