| Modifier and Type | Method | Description | 
|---|---|---|
String | 
getName() | 
 The name of the attribute. 
 | 
Map<String,Object> | 
getProperties() | 
 Returns all properties for an instance of this class. 
 | 
Reference | 
getValue() | 
 The current value of the attribute. 
 | 
boolean | 
isSettable() | 
 Can the attribute be set? 
 | 
void | 
setValue(Reference value) | 
 The current value of the attribute. 
 | 
cast, getApplicationReference, getObjectReference, getTypeClass, isInstanceOfstatic final TypeClass CLASS
@Code("pnam") @Kind("property") @Name("name") @Type("text") String getName()
@Code("stbl") @Kind("property") @Name("settable") @Type("boolean") boolean isSettable()
@Code("valL") @Kind("property") @Name("value") @Type("any") Reference getValue()
@Code("valL") @Kind("property") @Name("value") @Type("any") void setValue(Reference value)
value - new property value