public interface EnumParameterType extends ParameterValue
The following features are supported:
BpsimPackage.getEnumParameterType()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.util.FeatureMap |
getGroup()
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.FeatureMap |
getParameterValueGroup()
Returns the value of the 'Parameter Value Group' attribute list.
|
getInstance, getResult, getValidFor, isSetResult, setInstance, setResult, setValidFor, unsetResult
org.eclipse.emf.ecore.util.FeatureMap getGroup()
FeatureMap.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.
BpsimPackage.getEnumParameterType_Group()
org.eclipse.emf.ecore.util.FeatureMap getParameterValueGroup()
FeatureMap.Entry
.
If the meaning of the 'Parameter Value Group' attribute list isn't clear, there really should be more of a description here...
BpsimPackage.getEnumParameterType_ParameterValueGroup()
org.eclipse.emf.common.util.EList<ParameterValue> getParameterValue()
ParameterValue
.
If the meaning of the 'Parameter Value' containment reference list isn't clear, there really should be more of a description here...
BpsimPackage.getEnumParameterType_ParameterValue()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.