public interface WorkParameter
The following features are supported:
ModiscoworkflowPackage.getWorkParameter()| Modifier and Type | Method and Description |
|---|---|
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. |
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
ModiscoworkflowPackage.getWorkParameter_Name()void setName(java.lang.String value)
Name' attribute. value - the new value of the 'Name' attribute.getName()Direction getDirection()
"". 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...
Direction,
setDirection(Direction),
ModiscoworkflowPackage.getWorkParameter_Direction()void setDirection(Direction value)
Direction' attribute. value - the new value of the 'Direction' attribute.Direction,
getDirection()java.lang.String getType()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(String),
ModiscoworkflowPackage.getWorkParameter_Type()void setType(java.lang.String value)
Type' attribute. value - the new value of the 'Type' attribute.getType()boolean isRequired()
If the meaning of the 'Required' attribute isn't clear, there really should be more of a description here...
setRequired(boolean),
ModiscoworkflowPackage.getWorkParameter_Required()void setRequired(boolean value)
Required' attribute. value - the new value of the 'Required' attribute.isRequired()java.lang.String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String),
ModiscoworkflowPackage.getWorkParameter_Description()void setDescription(java.lang.String value)
Description' attribute. value - the new value of the 'Description' attribute.getDescription()WorkParameterValue getValue()
If the meaning of the 'Value' containment reference isn't clear, there really should be more of a description here...
setValue(WorkParameterValue),
ModiscoworkflowPackage.getWorkParameter_Value()void setValue(WorkParameterValue value)
Value' containment reference. value - the new value of the 'Value' containment reference.getValue()