Modifier and Type | Method | Description |
---|---|---|
String |
getName() |
The name of the XML attribute.
|
Map<String,Object> |
getProperties() |
Returns all properties for an instance of this class.
|
Reference |
getValue() |
The value of the XML attribute.
|
void |
setValue(Reference value) |
The value of the XML attribute.
|
cast, getApplicationReference, getObjectReference, getTypeClass, isInstanceOf
static final TypeClass CLASS
@Code("pnam") @Kind("property") @Name("name") @Type("text") String getName()
@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