public class MultiplicityBoundsCSImpl extends MultiplicityCSImpl implements MultiplicityBoundsCS
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(BaseCSVisitor<R> visitor)
Accept a visit from a visitor and return the result of a call to the derived type-specific visitXXX in the visitor.
|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
int |
getLower() |
int |
getLowerBound() |
int |
getUpper() |
Integer |
getUpperBound() |
void |
setLowerBound(int newLowerBound) |
void |
setUpperBound(Integer newUpperBound) |
String |
toString() |
isIsNullFree, setIsNullFreegetCsi, getDescription, getParent, setCsiequals, getClass, hashCode, notify, notifyAll, wait, wait, waitisIsNullFree, setIsNullFreegetCsi, getDescription, getParent, setCsieClasspublic int getLowerBound()
getLowerBound in interface MultiplicityBoundsCSMultiplicityBoundsCS.setLowerBound(int),
BaseCSPackage.getMultiplicityBoundsCS_LowerBound()public void setLowerBound(int newLowerBound)
setLowerBound in interface MultiplicityBoundsCSnewLowerBound - the new value of the 'Lower Bound' attribute.MultiplicityBoundsCS.getLowerBound()public Integer getUpperBound()
getUpperBound in interface MultiplicityBoundsCSMultiplicityBoundsCS.setUpperBound(Integer),
BaseCSPackage.getMultiplicityBoundsCS_UpperBound()public void setUpperBound(Integer newUpperBound)
setUpperBound in interface MultiplicityBoundsCSnewUpperBound - the new value of the 'Upper Bound' attribute.MultiplicityBoundsCS.getUpperBound()public String toString()
toString in class MultiplicityCSImplpublic Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class MultiplicityCSImplpublic void eSet(int featureID,
Object newValue)
eSet in class MultiplicityCSImplpublic void eUnset(int featureID)
eUnset in class MultiplicityCSImplpublic boolean eIsSet(int featureID)
eIsSet in class MultiplicityCSImplpublic <R> R accept(BaseCSVisitor<R> visitor)
accept in interface ElementCSaccept in interface VisitableCSaccept in class ElementCSImplpublic int getLower()
getLower in interface MultiplicityCSgetLower in class MultiplicityCSImplpublic int getUpper()
getUpper in interface MultiplicityCSgetUpper in class MultiplicityCSImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.