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

All Superinterfaces:
WorkParameterValue

Deprecated.

@Deprecated
public interface WorkParameterStringValue
extends WorkParameterValue

A representation of the model object ' Work Parameter String Value'.

The following features are supported:

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

Method Summary
 java.lang.String getValue()
          Deprecated.  
 void setValue(java.lang.String value)
          Deprecated.  
 

Method Detail

getValue

@Deprecated
java.lang.String getValue()
Deprecated. 

Returns the value of the 'Value' attribute.

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

Returns:
the value of the 'Value' attribute.
See Also:
setValue(String), ModiscoworkflowPackage.getWorkParameterStringValue_Value()
Generated:
Model:

setValue

@Deprecated
void setValue(java.lang.String value)
Deprecated. 

Sets the value of the ' Value' attribute.

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