public interface MultiplicityElement
A representation of the model object 'Multiplicity Element'.
The following features are supported:
EmofPackage.getMultiplicityElement()
Method Summary | |
---|---|
java.lang.Boolean |
getIsOrdered()
Returns the value of the 'Is Ordered' attribute. |
java.lang.Boolean |
getIsUnique()
Returns the value of the 'Is Unique' attribute. |
java.lang.Integer |
getLower()
Returns the value of the 'Lower' attribute. |
java.lang.Integer |
getUpper()
Returns the value of the 'Upper' attribute. |
void |
setIsOrdered(java.lang.Boolean value)
Sets the value of the ' Is Ordered ' attribute. |
void |
setIsUnique(java.lang.Boolean value)
Sets the value of the ' Is Unique ' attribute. |
void |
setLower(java.lang.Integer value)
Sets the value of the ' Lower ' attribute. |
void |
setUpper(java.lang.Integer value)
Sets the value of the ' Upper ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.Boolean getIsOrdered()
If the meaning of the 'Is Ordered' attribute isn't clear, there really should be more of a description here...
setIsOrdered(Boolean)
,
EmofPackage.getMultiplicityElement_IsOrdered()
void setIsOrdered(java.lang.Boolean value)
Is Ordered
' attribute.
value
- the new value of the 'Is Ordered' attribute.getIsOrdered()
java.lang.Boolean getIsUnique()
If the meaning of the 'Is Unique' attribute isn't clear, there really should be more of a description here...
setIsUnique(Boolean)
,
EmofPackage.getMultiplicityElement_IsUnique()
void setIsUnique(java.lang.Boolean value)
Is Unique
' attribute.
value
- the new value of the 'Is Unique' attribute.getIsUnique()
java.lang.Integer getLower()
If the meaning of the 'Lower' attribute isn't clear, there really should be more of a description here...
setLower(Integer)
,
EmofPackage.getMultiplicityElement_Lower()
void setLower(java.lang.Integer value)
Lower
' attribute.
value
- the new value of the 'Lower' attribute.getLower()
java.lang.Integer getUpper()
If the meaning of the 'Upper' attribute isn't clear, there really should be more of a description here...
setUpper(Integer)
,
EmofPackage.getMultiplicityElement_Upper()
void setUpper(java.lang.Integer value)
Upper
' attribute.
value
- the new value of the 'Upper' attribute.getUpper()