wt.introspection
Class ChangeableKind

java.lang.Object
  extended bywt.introspection.ChangeableKind

public class ChangeableKind
extends Object

Enumeration of constants for kinds of changeability.

Supported API: true

Extendable: false

See Also:
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

value

protected String value

NONE

public static final ChangeableKind NONE

VIA_OTHER_MEANS

public static final ChangeableKind VIA_OTHER_MEANS

FROZEN

public static final ChangeableKind FROZEN
Constructor Detail

ChangeableKind

protected ChangeableKind(String theValue)
Method Detail

toEnum

public static ChangeableKind toEnum(String theValue)

toString

public final String toString()