public class MultiplicityStringCSImpl extends MultiplicityCSImpl implements MultiplicityStringCS
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() |
String |
getStringBounds() |
int |
getUpper() |
void |
setStringBounds(String newStringBounds) |
String |
toString() |
isIsNullFree, setIsNullFreegetCsi, getDescription, getParent, setCsiequals, getClass, hashCode, notify, notifyAll, wait, wait, waitisIsNullFree, setIsNullFreegetCsi, getDescription, getParent, setCsieClasspublic String getStringBounds()
getStringBounds in interface MultiplicityStringCSMultiplicityStringCS.setStringBounds(String),
BaseCSPackage.getMultiplicityStringCS_StringBounds()public void setStringBounds(String newStringBounds)
setStringBounds in interface MultiplicityStringCSnewStringBounds - the new value of the 'String Bounds' attribute.MultiplicityStringCS.getStringBounds()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.