org.eclipse.gmt.modisco.workflow.modiscoworkflow
Interface WorkParameter


Deprecated.

@Deprecated
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()
          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.  
 

Method Detail

getName

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

setName

@Deprecated
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:

getDirection

@Deprecated
Direction getDirection()
Deprecated. 

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

@Deprecated
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:

getType

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

setType

@Deprecated
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:

isRequired

@Deprecated
boolean isRequired()
Deprecated. 

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

@Deprecated
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:

getDescription

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

setDescription

@Deprecated
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:

getValue

@Deprecated
WorkParameterValue getValue()
Deprecated. 

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

@Deprecated
void setValue(WorkParameterValue value)
Deprecated. 

Sets the value of the ' Value' containment reference.

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