org.eclipse.modisco.workflow.modiscoworkflow
Interface WorkParameterStringValue

All Superinterfaces:
WorkParameterValue

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()
          Returns the value of the 'Value' attribute.
 void setValue(java.lang.String value)
          Sets the value of the ' Value' attribute.
 

Method Detail

getValue

java.lang.String getValue()
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

void setValue(java.lang.String value)
Sets the value of the ' Value' attribute.

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