Interface ClassChoice
- All Known Implementing Classes:
ClassChoiceImpl
A representation of the model object 'Class Choice'.
The EnumerationChoice represents a choice for a DegreeOfFreedom that has a domain of PCM Entities (i.e. a EnumerationDegree).
TODO constraint: The degreeOfFreedom of this Choice must be an EnumerationDegree
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Chosen Value' reference.void
setChosenValue
(EObject value) Sets the value of the 'Chosen Value
' reference.Methods inherited from interface de.uka.ipd.sdq.pcm.designdecision.Choice
getDegreeOfFreedomInstance, getValue, isActive, setDegreeOfFreedomInstance, setIsActive, setValue
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 Details
-
getChosenValue
EObject getChosenValue()Returns the value of the 'Chosen Value' reference. TODO: constraint: Chosen entity must be in the domain of the EnumerationDegree;- Returns:
- the value of the 'Chosen Value' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setChosenValue
Sets the value of the 'Chosen Value
' reference.- Parameters:
value
- the new value of the 'Chosen Value' reference.- See Also:
- Generated class or method.
-