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

All Superinterfaces:
WorkParameterValue

Deprecated.

@Deprecated
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()
          Deprecated.  
 void setValue(boolean value)
          Deprecated.  
 

Method Detail

isValue

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

setValue

@Deprecated
void setValue(boolean value)
Deprecated. 

Sets the value of the ' Value' attribute.

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