Modifier and Type | Method | Description |
---|---|---|
String |
getDescription() |
The description of the property.
|
String |
getKind() |
The kind of object or data returned by this property.
|
Map<String,Object> |
getProperties() |
Returns all properties for an instance of this class.
|
boolean |
isEnumerated() |
Is the scripting result's value an enumerator?
|
boolean |
isListed() |
Is the scripting result's value a list?
|
cast, getApplicationReference, getObjectReference, getTypeClass, isInstanceOf
static final TypeClass CLASS
@Code("desc") @Kind("property") @Name("description") @Type("text") String getDescription()
@Code("enmd") @Kind("property") @Name("enumerated") @Type("boolean") boolean isEnumerated()
@Code("kind") @Kind("property") @Name("kind") @Type("text") String getKind()
@Code("lstd") @Kind("property") @Name("listed") @Type("boolean") boolean isListed()