org.eclipse.gmt.modisco.workflow.modiscoworkflow
Interface Element

All Known Subinterfaces:
Work, Workflow, WorkflowModel

Deprecated.

@Deprecated
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()
          Deprecated.  
 java.lang.String getName()
          Deprecated.  
 java.lang.String getType()
          Deprecated.  
 void setIndex(int value)
          Deprecated.  
 void setName(java.lang.String value)
          Deprecated.  
 void setType(java.lang.String value)
          Deprecated.  
 

Method Detail

getName

@Deprecated
java.lang.String getName()
Deprecated. 

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

@Deprecated
void setName(java.lang.String value)
Deprecated. 

Sets the value of the ' Name' attribute.

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

getType

@Deprecated
java.lang.String getType()
Deprecated. 

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

@Deprecated
void setType(java.lang.String value)
Deprecated. 

Sets the value of the ' Type' attribute.

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

getIndex

@Deprecated
int getIndex()
Deprecated. 

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

@Deprecated
void setIndex(int value)
Deprecated. 

Sets the value of the ' Index' attribute.

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