org.eclipse.modisco.workflow.modiscoworkflow
Interface Element

All Known Subinterfaces:
Work, Workflow, WorkflowModel

public interface Element

A representation of the model object ' Element'.

The following features are supported:

See Also:
ModiscoworkflowPackage.getElement()
Generated:
Model:
abstract="true"

Method Summary
 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.
 

Method Detail

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), ModiscoworkflowPackage.getElement_Name()
Generated:
Model:

setName

void setName(java.lang.String value)
Sets the value of the ' Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated:

getType

java.lang.String getType()
Returns the value of the 'Type' attribute.

If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Type' attribute.
See Also:
setType(String), ModiscoworkflowPackage.getElement_Type()
Generated:
Model:

setType

void setType(java.lang.String value)
Sets the value of the ' Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
getType()
Generated:

getIndex

int getIndex()
Returns the value of the 'Index' attribute.

If the meaning of the 'Index' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Index' attribute.
See Also:
setIndex(int), ModiscoworkflowPackage.getElement_Index()
Generated:
Model:

setIndex

void setIndex(int value)
Sets the value of the ' Index' attribute.

Parameters:
value - the new value of the 'Index' attribute.
See Also:
getIndex()
Generated: