public class MetaclassNameCSImpl extends ElementCSImpl implements MetaclassNameCS
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) |
String |
getName() |
void |
setName(String newName) |
String |
toString() |
getCsi, getDescription, getParent, setCsiequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCsi, getDescription, getParent, setCsieClasspublic String getName()
getName in interface NameablegetName in interface MetaclassNameCSMetaclassNameCS.setName(String),
OCLstdlibCSPackage.getMetaclassNameCS_Name()public void setName(String newName)
setName in interface MetaclassNameCSnewName - the new value of the 'Name' attribute.MetaclassNameCS.getName()public 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 ElementCSImplpublic <R> R accept(BaseCSVisitor<R> visitor)
accept in interface ElementCSaccept in interface VisitableCSaccept in class ElementCSImplpublic String toString()
toString in class ElementCSImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.