Uses of Interface
org.eclipse.modisco.workflow.modiscoworkflow.WorkParameterValue

Packages that use WorkParameterValue
org.eclipse.modisco.workflow.modiscoworkflow   
 

Uses of WorkParameterValue in org.eclipse.modisco.workflow.modiscoworkflow
 

Subinterfaces of WorkParameterValue in org.eclipse.modisco.workflow.modiscoworkflow
 interface WorkParameterBooleanValue
          A representation of the model object ' Work Parameter Boolean Value'.
 interface WorkParameterIntegerValue
          A representation of the model object ' Work Parameter Integer Value'.
 interface WorkParameterMapValue
          A representation of the model object ' Work Parameter Map Value'.
 interface WorkParameterStringListValue
          A representation of the model object ' Work Parameter String List Value'.
 interface WorkParameterStringValue
          A representation of the model object ' Work Parameter String Value'.
 

Methods in org.eclipse.modisco.workflow.modiscoworkflow that return WorkParameterValue
 WorkParameterValue WorkParameter.getValue()
          Returns the value of the 'Value' containment reference.
 

Methods in org.eclipse.modisco.workflow.modiscoworkflow with parameters of type WorkParameterValue
 void WorkParameter.setValue(WorkParameterValue value)
          Sets the value of the ' Value' containment reference.