Package bpsim
Interface EnumParameterType
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,ParameterValue
- All Known Implementing Classes:
EnumParameterTypeImpl
public interface EnumParameterType extends ParameterValue
A representation of the model object 'Enum Parameter Type'.The following features are supported:
- See Also:
BpsimPackage.getEnumParameterType()- Generated code
- Model
- extendedMetaData="name='EnumParameter_._type' kind='elementOnly'"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.ecore.util.FeatureMapgetGroup()Returns the value of the 'Group' attribute list.org.eclipse.emf.common.util.EList<ParameterValue>getParameterValue()Returns the value of the 'Parameter Value' containment reference list.org.eclipse.emf.ecore.util.FeatureMapgetParameterValueGroup()Returns the value of the 'Parameter Value Group' attribute list.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface bpsim.ParameterValue
getInstance, getResult, getValidFor, isSetResult, setInstance, setResult, setValidFor, unsetResult
-
-
-
-
Method Detail
-
getGroup
org.eclipse.emf.ecore.util.FeatureMap getGroup()
Returns the value of the 'Group' attribute list. The list contents are of typeFeatureMap.Entry. Even if here we reference a list of Parameter Values, only Constant Parameters are valid here. There is just no real way of expressing it in xsd.- Returns:
- the value of the 'Group' attribute list.
- See Also:
BpsimPackage.getEnumParameterType_Group()- Generated code
- Model
- unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" extendedMetaData="kind='group' name='group:3'"
-
getParameterValueGroup
org.eclipse.emf.ecore.util.FeatureMap getParameterValueGroup()
Returns the value of the 'Parameter Value Group' attribute list. The list contents are of typeFeatureMap.Entry.If the meaning of the 'Parameter Value Group' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Parameter Value Group' attribute list.
- See Also:
BpsimPackage.getEnumParameterType_ParameterValueGroup()- Generated code
- Model
- unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" required="true" many="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='group' name='ParameterValue:group' namespace='##targetNamespace' group='#group:3'"
-
getParameterValue
org.eclipse.emf.common.util.EList<ParameterValue> getParameterValue()
Returns the value of the 'Parameter Value' containment reference list. The list contents are of typeParameterValue.If the meaning of the 'Parameter Value' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Parameter Value' containment reference list.
- See Also:
BpsimPackage.getEnumParameterType_ParameterValue()- Generated code
- Model
- containment="true" required="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='ParameterValue' namespace='##targetNamespace' group='ParameterValue:group'"
-
-