Interface BoolChoice
- All Known Implementing Classes:
BoolChoiceImpl
A representation of the model object 'Bool Choice'.
The BoolChoice represents a choice for a DegreeOfFreedom with an bool range. So it is an indicator choice.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the value of the 'Chosen Value' attribute.void
setChosenValue
(boolean value) Sets the value of the 'Chosen Value
' attribute.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
-
isChosenValue
boolean isChosenValue()Returns the value of the 'Chosen Value' attribute. The default value is"false"
.If the meaning of the 'Chosen Value' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Chosen Value' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- default="false" dataType="org.eclipse.uml2.types.Boolean" required="true" ordered="false"
-
setChosenValue
void setChosenValue(boolean value) Sets the value of the 'Chosen Value
' attribute.- Parameters:
value
- the new value of the 'Chosen Value' attribute.- See Also:
- Generated class or method.
-