|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.tools.metamodel.ClassifierKind
Enumeration of constants for kinds of classifiers.
Field Summary | |
static ClassifierKind |
COMPLEX
|
static ClassifierKind |
PRIMITIVE
|
static ClassifierKind |
PRIMITIVE_WRAPPER
|
protected String |
value
|
Constructor Summary | |
protected |
ClassifierKind(String theValue)
|
Method Summary | |
static ClassifierKind |
toEnum(String theValue)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected String value
public static final ClassifierKind PRIMITIVE
public static final ClassifierKind PRIMITIVE_WRAPPER
public static final ClassifierKind COMPLEX
Constructor Detail |
protected ClassifierKind(String theValue)
Method Detail |
public static ClassifierKind toEnum(String theValue)
public final String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |