public class ModelElementRefCSImpl extends ElementRefCSImpl implements ModelElementRefCS
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.
|
NotificationChain |
basicSetOwnedPathName(PathNameCS newOwnedPathName,
NotificationChain msgs) |
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) |
PathNameCS |
getOwnedPathName() |
Element |
getReferredElement() |
void |
setOwnedPathName(PathNameCS newOwnedPathName) |
getPivot, resetPivot, setPivotgetCsi, getDescription, getParent, setCsi, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetPivot, setPivotgetCsi, getDescription, getParent, setCsieClassresetPivotpublic PathNameCS getOwnedPathName()
getOwnedPathName in interface ModelElementRefCSModelElementRefCS.setOwnedPathName(PathNameCS),
BaseCSPackage.getModelElementRefCS_OwnedPathName()public NotificationChain basicSetOwnedPathName(PathNameCS newOwnedPathName, NotificationChain msgs)
public void setOwnedPathName(PathNameCS newOwnedPathName)
setOwnedPathName in interface ModelElementRefCSnewOwnedPathName - the new value of the 'Owned Path Name' containment reference.ModelElementRefCS.getOwnedPathName()public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class PivotableElementCSImplpublic void eSet(int featureID,
Object newValue)
eSet in class PivotableElementCSImplpublic void eUnset(int featureID)
eUnset in class PivotableElementCSImplpublic boolean eIsSet(int featureID)
eIsSet in class PivotableElementCSImplpublic <R> R accept(BaseCSVisitor<R> visitor)
accept in interface ElementCSaccept in interface VisitableCSaccept in class ElementCSImplpublic Element getReferredElement()
getReferredElement in interface ModelElementRefCSBaseCSPackage.getModelElementRefCS_ReferredElement()Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.