jBPM :: BPMN2 EMF Extension Model 6.0.0.Alpha9

org.jboss.drools
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:
DroolsPackage.getEnumParameterType()

Method Summary
 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.
 
Methods inherited from interface org.jboss.drools.ParameterValue
getInstance, getResult, getValidFor, isSetResult, setInstance, setResult, setValidFor, unsetResult
 
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
 

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:
DroolsPackage.getEnumParameterType_Group()

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:
DroolsPackage.getEnumParameterType_ParameterValueGroup()

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:
DroolsPackage.getEnumParameterType_ParameterValue()

jBPM :: BPMN2 EMF Extension Model 6.0.0.Alpha9

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.