public class EnumerationCSImpl extends ClassCSImpl implements EnumerationCS
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) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
<any> |
getOwnedLiterals() |
boolean |
isIsSerializable() |
void |
setIsSerializable(boolean newIsSerializable) |
String |
toString() |
basicSetOwnedSignature, basicSetOwningPackage, eBaseStructuralFeatureID, eBasicRemoveFromContainerFeature, eDerivedStructuralFeatureID, eInverseAdd, getInstanceClassName, getOwnedConstraints, getOwnedSignature, getOwningPackage, getTemplateSignature, setInstanceClassName, setOwnedSignature, setOwningPackagegetName, setNamegetOriginalXmiId, getOwnedAnnotations, setOriginalXmiIdgetPivot, resetPivot, setPivotgetCsi, getDescription, getParent, setCsiequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetInstanceClassName, getOwnedConstraints, getOwningPackage, setInstanceClassName, setOwningPackagegetOwnedSignature, setOwnedSignaturegetName, setNamegetOriginalXmiId, getOwnedAnnotations, setOriginalXmiIdgetPivot, setPivotresetPivotpublic boolean isIsSerializable()
isIsSerializable in interface EnumerationCSEnumerationCS.setIsSerializable(boolean),
BaseCSPackage.getEnumerationCS_IsSerializable()public void setIsSerializable(boolean newIsSerializable)
setIsSerializable in interface EnumerationCSnewIsSerializable - the new value of the 'Is Serializable' attribute.EnumerationCS.isIsSerializable()public <any> getOwnedLiterals()
getOwnedLiterals in interface EnumerationCSBaseCSPackage.getEnumerationCS_OwnedLiterals()public String toString()
toString in class ClassCSImplpublic NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class ClassCSImplpublic Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class ClassCSImplpublic void eSet(int featureID,
Object newValue)
eSet in class ClassCSImplpublic void eUnset(int featureID)
eUnset in class ClassCSImplpublic boolean eIsSet(int featureID)
eIsSet in class ClassCSImplpublic <R> R accept(BaseCSVisitor<R> visitor)
accept in interface ElementCSaccept in interface VisitableCSaccept in class ElementCSImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.