@Deprecated
public interface WorkParameter
The following features are supported:
ModiscoworkflowPackage.getWorkParameter()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Deprecated.
|
Direction |
getDirection()
Deprecated.
|
java.lang.String |
getName()
Deprecated.
|
java.lang.String |
getType()
Deprecated.
|
WorkParameterValue |
getValue()
Deprecated.
|
boolean |
isRequired()
Deprecated.
|
void |
setDescription(java.lang.String value)
Deprecated.
|
void |
setDirection(Direction value)
Deprecated.
|
void |
setName(java.lang.String value)
Deprecated.
|
void |
setRequired(boolean value)
Deprecated.
|
void |
setType(java.lang.String value)
Deprecated.
|
void |
setValue(WorkParameterValue value)
Deprecated.
|
@Deprecated 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()@Deprecated void setName(java.lang.String value)
Name'
attribute. value - the new value of the 'Name' attribute.getName()@Deprecated 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()@Deprecated void setDirection(Direction value)
Direction' attribute. value - the new value of the 'Direction' attribute.Direction,
getDirection()@Deprecated 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()@Deprecated void setType(java.lang.String value)
Type'
attribute. value - the new value of the 'Type' attribute.getType()@Deprecated 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()@Deprecated void setRequired(boolean value)
Required' attribute. value - the new value of the 'Required' attribute.isRequired()@Deprecated 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()@Deprecated void setDescription(java.lang.String value)
Description' attribute. value - the new value of the 'Description' attribute.getDescription()@Deprecated 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()@Deprecated void setValue(WorkParameterValue value)
Value' containment reference. value - the new value of the 'Value' containment reference.getValue()