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 TypeMethodDescriptionint
Returns the value of the 'Exact Value' attribute.void
setExactValue
(int value) Sets the value of the 'Exact Value
' attribute.
-
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:
-