g-Eclipse
Release 1.0.0

eu.geclipse.workflow.model
Interface IWorkflowElement

All Known Subinterfaces:
IInputPort, ILink, IOutputPort, IPort, IWorkflow, IWorkflowJob, IWorkflowNode
All Known Implementing Classes:
InputPortImpl, LinkImpl, OutputPortImpl, PortImpl, WorkflowElementImpl, WorkflowImpl, WorkflowJobImpl, WorkflowNodeImpl

public interface IWorkflowElement

A representation of the model object 'IWorkflow Element'.

The following features are supported:

See Also:
eu.geclipse.workflow.WorkflowPackage#getIWorkflowElement()

Method Summary
 java.lang.String getId()
          Returns the value of the 'Id' attribute
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute
 void setName(java.lang.String value)
          Sets the value of the 'Name' 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), eu.geclipse.workflow.WorkflowPackage#getIWorkflowElement_Name()

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()

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

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

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), eu.geclipse.workflow.WorkflowPackage#getIWorkflowElement_Id()

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()

g-Eclipse
Release 1.0.0