public abstract class TemplateableElementCSImpl extends ElementCSImpl implements TemplateableElementCS
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
basicSetOwnedSignature(TemplateSignatureCS newOwnedSignature,
NotificationChain msgs) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
TemplateSignatureCS |
getOwnedSignature() |
void |
setOwnedSignature(TemplateSignatureCS newOwnedSignature) |
accept, getCsi, getDescription, getParent, setCsi, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, getCsi, getDescription, getParent, setCsieClasspublic TemplateSignatureCS getOwnedSignature()
getOwnedSignature in interface TemplateableElementCSTemplateableElementCS.setOwnedSignature(TemplateSignatureCS),
BaseCSPackage.getTemplateableElementCS_OwnedSignature(),
TemplateSignatureCS.getOwningElement()public NotificationChain basicSetOwnedSignature(TemplateSignatureCS newOwnedSignature, NotificationChain msgs)
public void setOwnedSignature(TemplateSignatureCS newOwnedSignature)
setOwnedSignature in interface TemplateableElementCSnewOwnedSignature - the new value of the 'Owned Signature' containment reference.TemplateableElementCS.getOwnedSignature()public NotificationChain eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
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 ElementCSImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.