public abstract class MultiplicityCSImpl extends ElementCSImpl implements MultiplicityCS
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
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 |
getUpper() |
boolean |
isIsNullFree() |
void |
setIsNullFree(boolean newIsNullFree) |
String |
toString() |
accept, getCsi, getDescription, getParent, setCsiequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, getCsi, getDescription, getParent, setCsieClasspublic boolean isIsNullFree()
isIsNullFree in interface MultiplicityCSMultiplicityCS.setIsNullFree(boolean),
BaseCSPackage.getMultiplicityCS_IsNullFree()public void setIsNullFree(boolean newIsNullFree)
setIsNullFree in interface MultiplicityCSnewIsNullFree - the new value of the 'Is Null Free' attribute.MultiplicityCS.isIsNullFree()public int getLower()
getLower in interface MultiplicityCSpublic int getUpper()
getUpper in interface MultiplicityCSpublic String toString()
toString in class ElementCSImplpublic Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class ElementCSImplpublic void eSet(int featureID,
Object newValue)
eSet in class ElementCSImplpublic void eUnset(int featureID)
eUnset in class ElementCSImplpublic boolean eIsSet(int featureID)
eIsSet in class ElementCSImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.