org.eclipse.gmt.modisco.workflow.mwe.workflow
Interface WorkflowParameter


Deprecated.

@Deprecated
public interface WorkflowParameter

A representation of the model object 'Parameter'.

The following features are supported:

See Also:
WorkflowPackage.getWorkflowParameter()
Generated:
Model:

Method Summary
 WorkflowParameterConnection getConnection()
          Deprecated. Returns the value of the 'Connection' reference.
 java.lang.String getDescription()
          Deprecated. Returns the value of the 'Description' attribute.
 Direction getDirection()
          Deprecated. Returns the value of the 'Direction' attribute.
 java.lang.String getName()
          Deprecated. Returns the value of the 'Name' attribute.
 java.lang.String getType()
          Deprecated. Returns the value of the 'Type' attribute.
 java.lang.Object getValue(WorkflowContext context)
          Deprecated.  
 WorkflowParameterValueStrategy getValueStrategy()
          Deprecated. Returns the value of the 'Value Strategy' containment reference.
 boolean isRequired()
          Deprecated. Returns the value of the 'Required' attribute.
 void setConnection(WorkflowParameterConnection value)
          Deprecated. Sets the value of the 'Connection' reference.
 void setDescription(java.lang.String value)
          Deprecated. Sets the value of the 'Description' attribute.
 void setDirection(Direction value)
          Deprecated. Sets the value of the 'Direction' attribute.
 void setName(java.lang.String value)
          Deprecated. Sets the value of the 'Name' attribute.
 void setRequired(boolean value)
          Deprecated. Sets the value of the 'Required' attribute.
 void setType(java.lang.String value)
          Deprecated. Sets the value of the 'Type' attribute.
 void setValue(WorkflowContext context, java.lang.Object value)
          Deprecated.  
 void setValueStrategy(WorkflowParameterValueStrategy value)
          Deprecated. Sets the value of the 'Value Strategy' containment reference.
 

Method Detail

getName

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), WorkflowPackage.getWorkflowParameter_Name()
Generated:
Model:
required="true"

setName

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:

getDescription

java.lang.String getDescription()
Deprecated. 
Returns the value of the 'Description' attribute.

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

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), WorkflowPackage.getWorkflowParameter_Description()
Generated:
Model:

setDescription

void setDescription(java.lang.String value)
Deprecated. 
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()
Generated:

getConnection

WorkflowParameterConnection getConnection()
Deprecated. 
Returns the value of the 'Connection' reference. It is bidirectional and its opposite is 'Inputs'.

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

Returns:
the value of the 'Connection' reference.
See Also:
setConnection(WorkflowParameterConnection), WorkflowPackage.getWorkflowParameter_Connection(), WorkflowParameterConnection.getInputs()
Generated:
Model:
opposite="inputs"

setConnection

void setConnection(WorkflowParameterConnection value)
Deprecated. 
Sets the value of the 'Connection' reference.

Parameters:
value - the new value of the 'Connection' reference.
See Also:
getConnection()
Generated:

isRequired

boolean isRequired()
Deprecated. 
Returns the value of the 'Required' attribute. The default value is "true".

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

Returns:
the value of the 'Required' attribute.
See Also:
setRequired(boolean), WorkflowPackage.getWorkflowParameter_Required()
Generated:
Model:
default="true" required="true"

setRequired

void setRequired(boolean value)
Deprecated. 
Sets the value of the 'Required' attribute.

Parameters:
value - the new value of the 'Required' attribute.
See Also:
isRequired()
Generated:

getValueStrategy

WorkflowParameterValueStrategy getValueStrategy()
Deprecated. 
Returns the value of the 'Value Strategy' containment reference.

If the meaning of the 'Value Strategy' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Value Strategy' containment reference.
See Also:
setValueStrategy(WorkflowParameterValueStrategy), WorkflowPackage.getWorkflowParameter_ValueStrategy()
Generated:
Model:
containment="true" required="true"

setValueStrategy

void setValueStrategy(WorkflowParameterValueStrategy value)
Deprecated. 
Sets the value of the 'Value Strategy' containment reference.

Parameters:
value - the new value of the 'Value Strategy' containment reference.
See Also:
getValueStrategy()
Generated:

getType

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), WorkflowPackage.getWorkflowParameter_Type()
Generated:
Model:

setType

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:

getDirection

Direction getDirection()
Deprecated. 
Returns the value of the 'Direction' attribute. The literals are from the enumeration Direction.

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

Returns:
the value of the 'Direction' attribute.
See Also:
Direction, setDirection(Direction), WorkflowPackage.getWorkflowParameter_Direction()
Generated:
Model:

setDirection

void setDirection(Direction value)
Deprecated. 
Sets the value of the 'Direction' attribute.

Parameters:
value - the new value of the 'Direction' attribute.
See Also:
Direction, getDirection()
Generated:

getValue

java.lang.Object getValue(WorkflowContext context)
Deprecated. 

Generated:
Model:

setValue

void setValue(WorkflowContext context,
              java.lang.Object value)
Deprecated. 

Generated:
Model: