public interface DataElement extends UserAttributeContainer, PluginDataContainer, LocalisedString
ExecutableBusinessProcess| Modifier and Type | Method and Description |
|---|---|
ProcessConstants.AdeptDataType |
getDataType()
Returns the type of the data element as byte constant.
|
java.lang.String |
getDescription()
Returns a description of the data element.
|
java.util.UUID |
getIconID()
Gets the ID of the icon to use for displaying this data element in a
template view.
|
int |
getID()
Returns the ID of the data element.
|
java.util.UUID |
getIdentifierID()
Returns the ID of the common identifier, which represents the type of the
element in detail.
|
java.lang.String |
getName()
Returns the name of the data element.
|
java.lang.String |
getUDTName()
In case the type of the data element is "user-defined", this function
returns a string which specifies type.
|
boolean |
isPublic()
Returns true, if the data which is stored in the data element during
runtime, may be accessed by all agents.
|
boolean |
isVirtual()
Returns true if this is a virtual parameter.
|
getUserAttributes, getUserAttributeValue, removeUserAttributeValue, setUserAttributeValuegetPluginData, getPluginDatas, getSupportedPluginstoLocalisedStringint getID()
java.lang.String getName()
ProcessConstants.AdeptDataType getDataType()
java.lang.String getUDTName()
java.lang.String getDescription()
java.util.UUID getIconID()
java.util.UUID getIdentifierID()
Identifier for further
information.boolean isVirtual()
boolean isPublic()