org.eclipse.modisco.workflow.modiscoworkflow
Interface WorkParameterBooleanValue

All Superinterfaces:
WorkParameterValue

public interface WorkParameterBooleanValue
extends WorkParameterValue

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

The following features are supported:

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

Method Summary
 boolean isValue()
          Returns the value of the 'Value' attribute.
 void setValue(boolean value)
          Sets the value of the ' Value' attribute.
 

Method Detail

isValue

boolean isValue()
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(boolean), ModiscoworkflowPackage.getWorkParameterBooleanValue_Value()
Generated:
Model:

setValue

void setValue(boolean value)
Sets the value of the ' Value' attribute.

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