Modifier and Type | Method | Description |
---|---|---|
Accs |
getAccess() |
The type of access to this property.
|
String |
getDescription() |
The description of the property.
|
String |
getId() |
The unique identifier of the property.
|
String |
getKind() |
The kind of object or data returned by this property.
|
String |
getName() |
The name of the property.
|
Map<String,Object> |
getProperties() |
Returns all properties for an instance of this class.
|
boolean |
isEnumerated() |
Is the property's value an enumerator?
|
boolean |
isHidden() |
Is the property hidden?
|
boolean |
isListed() |
Is the property's value a list?
|
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("accs") @Kind("property") @Name("access") @Type("accs") Accs getAccess()
@Code("desc") @Kind("property") @Name("description") @Type("text") String getDescription()
@Code("enmd") @Kind("property") @Name("enumerated") @Type("boolean") boolean isEnumerated()
@Code("hidn") @Kind("property") @Name("hidden") @Type("boolean") boolean isHidden()
@Code("kind") @Kind("property") @Name("kind") @Type("text") String getKind()
@Code("lstd") @Kind("property") @Name("listed") @Type("boolean") boolean isListed()