org.eclipse.modisco.workflow.modiscoworkflow
Interface WorkParameter


public interface WorkParameter

A representation of the model object ' Work Parameter'.

The following features are supported:

See Also:
ModiscoworkflowPackage.getWorkParameter()
Generated:
Model:

Method Summary
 java.lang.String getDescription()
          Returns the value of the 'Description' attribute.
 Direction getDirection()
          Returns the value of the 'Direction' attribute.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 java.lang.String getType()
          Returns the value of the 'Type' attribute.
 WorkParameterValue getValue()
          Returns the value of the 'Value' containment reference.
 boolean isRequired()
          Returns the value of the 'Required' attribute.
 void setDescription(java.lang.String value)
          Sets the value of the ' Description' attribute.
 void setDirection(Direction value)
          Sets the value of the ' Direction' attribute.
 void setName(java.lang.String value)
          Sets the value of the ' Name' attribute.
 void setRequired(boolean value)
          Sets the value of the ' Required' attribute.
 void setType(java.lang.String value)
          Sets the value of the ' Type' attribute.
 void setValue(WorkParameterValue value)
          Sets the value of the ' Value' containment reference.
 

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.getWorkParameter_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:

getDirection

Direction getDirection()
Returns the value of the 'Direction' attribute. The default value is "". 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), ModiscoworkflowPackage.getWorkParameter_Direction()
Generated:
Model:
default=""

setDirection

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

Parameters:
value - the new value of the 'Direction' attribute.
See Also:
Direction, getDirection()
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.getWorkParameter_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:

isRequired

boolean isRequired()
Returns the value of the 'Required' attribute.

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), ModiscoworkflowPackage.getWorkParameter_Required()
Generated:
Model:

setRequired

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

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

getDescription

java.lang.String getDescription()
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), ModiscoworkflowPackage.getWorkParameter_Description()
Generated:
Model:

setDescription

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

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

getValue

WorkParameterValue getValue()
Returns the value of the 'Value' containment reference.

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

Returns:
the value of the 'Value' containment reference.
See Also:
setValue(WorkParameterValue), ModiscoworkflowPackage.getWorkParameter_Value()
Generated:
Model:
containment="true"

setValue

void setValue(WorkParameterValue value)
Sets the value of the ' Value' containment reference.

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