|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.introspection.ChangeableKind
Enumeration of constants for kinds of changeability.
Supported API: true
Extendable: false
WTIntrospector
,
ClassInfo
Field Summary | |
static ChangeableKind |
FROZEN
|
static ChangeableKind |
NONE
|
protected String |
value
|
static ChangeableKind |
VIA_OTHER_MEANS
|
Constructor Summary | |
protected |
ChangeableKind(String theValue)
|
Method Summary | |
static ChangeableKind |
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 ChangeableKind NONE
public static final ChangeableKind VIA_OTHER_MEANS
public static final ChangeableKind FROZEN
Constructor Detail |
protected ChangeableKind(String theValue)
Method Detail |
public static ChangeableKind toEnum(String theValue)
public final String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |