Uses of Class
wt.introspection.ChangeableKind

Packages that use ChangeableKind
wt.introspection Uses WTIntrospector to provide enhanced introspection above and beyond normal Java introspection via the information objects ClassInfo, LinkInfo and DatabaseInfo
wt.tools.metamodel   
 

Uses of ChangeableKind in wt.introspection
 

Fields in wt.introspection declared as ChangeableKind
static ChangeableKind ChangeableKind.NONE
           
static ChangeableKind ChangeableKind.VIA_OTHER_MEANS
           
static ChangeableKind ChangeableKind.FROZEN
           
static ChangeableKind ChangeableKind.NONE
           
static ChangeableKind ChangeableKind.VIA_OTHER_MEANS
           
static ChangeableKind ChangeableKind.FROZEN
           
 

Methods in wt.introspection that return ChangeableKind
static ChangeableKind ChangeableKind.toEnum(String theValue)
           
static ChangeableKind ChangeableKind.toEnum(String theValue)
           
 

Uses of ChangeableKind in wt.tools.metamodel
 

Fields in wt.tools.metamodel declared as ChangeableKind
protected  ChangeableKind ClassProperty.changeable
           
protected  ChangeableKind ClassProperty.changeable
           
 

Methods in wt.tools.metamodel that return ChangeableKind
 ChangeableKind ClassProperty.getChangeable()
           
 ChangeableKind ClassProperty.getChangeable()