Interface ExactMultiplicity
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,Multiplicity,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ExactMultiplicityImpl
A representation of the model object 'Exact Multiplicity'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the value of the 'Exact Value' attribute.voidsetExactValue(int value) Sets the value of the 'Exact Value' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getExactValue
int getExactValue()Returns the value of the 'Exact Value' attribute. The default value is"1".- Returns:
- the value of the 'Exact Value' attribute.
- See Also:
-
setExactValue
void setExactValue(int value) Sets the value of the 'Exact Value' attribute.- Parameters:
value- the new value of the 'Exact Value' attribute.- See Also:
-