public interface Element
The following features are supported:
ModiscoworkflowPackage.getElement()| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
Returns the value of the 'Index' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
java.lang.String |
getType()
Returns the value of the 'Type' attribute.
|
void |
setIndex(int value)
Sets the value of the '
Index' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
void |
setType(java.lang.String value)
Sets the value of the '
Type' attribute. |
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
ModiscoworkflowPackage.getElement_Name()void setName(java.lang.String value)
Name' attribute. value - the new value of the 'Name' attribute.getName()java.lang.String getType()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(String),
ModiscoworkflowPackage.getElement_Type()void setType(java.lang.String value)
Type' attribute. value - the new value of the 'Type' attribute.getType()int getIndex()
If the meaning of the 'Index' attribute isn't clear, there really should be more of a description here...
setIndex(int),
ModiscoworkflowPackage.getElement_Index()void setIndex(int value)
Index' attribute. value - the new value of the 'Index' attribute.getIndex()