Package bpsim

Interface EnumParameterType

    • Method Detail

      • getGroup

        org.eclipse.emf.ecore.util.FeatureMap getGroup()
        Returns the value of the 'Group' attribute list. The list contents are of type 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.
        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 type FeatureMap.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 type ParameterValue.

        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'"