|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.tools.metamodel.SupportedAPIKind
Enumeration of constants for kinds of cases.
Field Summary | |
static SupportedAPIKind |
DEFAULT
|
static SupportedAPIKind |
DEPRECATED
|
static SupportedAPIKind |
EXTENDABLE
|
static SupportedAPIKind |
PRIVATE
|
static SupportedAPIKind |
PUBLIC
|
protected String |
value
|
Constructor Summary | |
protected |
SupportedAPIKind(String theValue)
|
Method Summary | |
static SupportedAPIKind |
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 SupportedAPIKind DEFAULT
public static final SupportedAPIKind PRIVATE
public static final SupportedAPIKind PUBLIC
public static final SupportedAPIKind EXTENDABLE
public static final SupportedAPIKind DEPRECATED
Constructor Detail |
protected SupportedAPIKind(String theValue)
Method Detail |
public static SupportedAPIKind toEnum(String theValue)
public final String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |