org.eclipse.modisco.workflow.modiscoworkflow
Interface WorkParameterMapValue

All Superinterfaces:
WorkParameterValue

public interface WorkParameterMapValue
extends WorkParameterValue

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

The following features are supported:

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

Method Summary
  getEntryList()
          Returns the value of the 'Entry List' map.
 

Method Detail

getEntryList

 getEntryList()
Returns the value of the 'Entry List' map. The key is of type String, and the value is of type WorkParameterValue,

If the meaning of the 'Entry List' map isn't clear, there really should be more of a description here...

Returns:
the value of the 'Entry List' map.
See Also:
ModiscoworkflowPackage.getWorkParameterMapValue_EntryList()
Generated:
Model:
mapType= "org.eclipse.modisco.workflow.modiscoworkflow.WorkParameterEntryValue"