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

All Superinterfaces:
WorkParameterValue

Deprecated.

@Deprecated
public interface WorkParameterIntegerValue
extends WorkParameterValue

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

The following features are supported:

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

Method Summary
 int getValue()
          Deprecated.  
 void setValue(int value)
          Deprecated.  
 

Method Detail

getValue

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

setValue

@Deprecated
void setValue(int value)
Deprecated. 

Sets the value of the ' Value' attribute.

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