Modifier and Type | Method | Description |
---|---|---|
String |
getDescription() |
The description of the parameter.
|
String |
getId() |
The unique identifier of the parameter.
|
String |
getKind() |
The kind of object or data specified by this parameter.
|
String |
getName() |
The name of the parameter.
|
Map<String,Object> |
getProperties() |
Returns all properties for an instance of this class.
|
boolean |
isHidden() |
Is the parameter hidden?
|
boolean |
isOptional() |
Is the parameter optional?
|
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()
@Code("kind") @Kind("property") @Name("kind") @Type("text") String getKind()
@Code("optl") @Kind("property") @Name("optional") @Type("boolean") boolean isOptional()