|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface WorkflowParameter
A representation of the model object 'Parameter'.
The following features are supported:
WorkflowPackage.getWorkflowParameter()
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 |
---|
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)
,
WorkflowPackage.getWorkflowParameter_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
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)
,
WorkflowPackage.getWorkflowParameter_Description()
void setDescription(java.lang.String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
WorkflowParameterConnection getConnection()
Inputs
'.
If the meaning of the 'Connection' reference isn't clear, there really should be more of a description here...
setConnection(WorkflowParameterConnection)
,
WorkflowPackage.getWorkflowParameter_Connection()
,
WorkflowParameterConnection.getInputs()
void setConnection(WorkflowParameterConnection value)
Connection
' reference.
value
- the new value of the 'Connection' reference.getConnection()
boolean isRequired()
"true"
.
If the meaning of the 'Required' attribute isn't clear, there really should be more of a description here...
setRequired(boolean)
,
WorkflowPackage.getWorkflowParameter_Required()
void setRequired(boolean value)
Required
' attribute.
value
- the new value of the 'Required' attribute.isRequired()
WorkflowParameterValueStrategy getValueStrategy()
If the meaning of the 'Value Strategy' containment reference isn't clear, there really should be more of a description here...
setValueStrategy(WorkflowParameterValueStrategy)
,
WorkflowPackage.getWorkflowParameter_ValueStrategy()
void setValueStrategy(WorkflowParameterValueStrategy value)
Value Strategy
' containment reference.
value
- the new value of the 'Value Strategy' containment reference.getValueStrategy()
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)
,
WorkflowPackage.getWorkflowParameter_Type()
void setType(java.lang.String value)
Type
' attribute.
value
- the new value of the 'Type' attribute.getType()
Direction getDirection()
Direction
.
If the meaning of the 'Direction' attribute isn't clear, there really should be more of a description here...
Direction
,
setDirection(Direction)
,
WorkflowPackage.getWorkflowParameter_Direction()
void setDirection(Direction value)
Direction
' attribute.
value
- the new value of the 'Direction' attribute.Direction
,
getDirection()
java.lang.Object getValue(WorkflowContext context)
void setValue(WorkflowContext context, java.lang.Object value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |