Modifier and Type | Method | Description |
---|---|---|
String |
getDescription() |
The description of the enumerator.
|
String |
getId() |
The unique identifier of the enumerator.
|
String |
getName() |
The name of the enumerator.
|
Map<String,Object> |
getProperties() |
Returns all properties for an instance of this class.
|
boolean |
isHidden() |
Is the enumerator hidden?
|
cast, getApplicationReference, getObjectReference, getTypeClass, isInstanceOf
static final TypeClass CLASS
@Code("pnam") @Kind("property") @Name("name") @Type("text") String getName()
@Code("ID ") @Kind("property") @Name("id") @Type("text") String getId()
@Code("desc") @Kind("property") @Name("description") @Type("text") String getDescription()
@Code("hidn") @Kind("property") @Name("hidden") @Type("boolean") boolean isHidden()