public class PathElementCSImpl extends ElementCSImpl implements PathElementCS
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.
|
EClassifier |
basicGetElementType() |
Element |
basicGetReferredElement() |
NotificationChain |
basicSetOwningPathName(PathNameCS newOwningPathName,
NotificationChain msgs) |
NotificationChain |
eBasicRemoveFromContainerFeature(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) |
EClassifier |
getElementType() |
PathNameCS |
getOwningPathName() |
Element |
getPivot() |
Element |
getReferredElement() |
boolean |
isType() |
void |
resetPivot() |
void |
setElementType(EClassifier newElementType) |
void |
setOwningPathName(PathNameCS newOwningPathName) |
void |
setReferredElement(Element newReferredElement) |
getCsi, getDescription, getParent, setCsi, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCsi, getDescription, getParent, setCsieClasspublic PathNameCS getOwningPathName()
getOwningPathName in interface PathElementCSPathElementCS.setOwningPathName(PathNameCS),
BaseCSPackage.getPathElementCS_OwningPathName(),
PathNameCS.getOwnedPathElements()public NotificationChain basicSetOwningPathName(PathNameCS newOwningPathName, NotificationChain msgs)
public void setOwningPathName(PathNameCS newOwningPathName)
setOwningPathName in interface PathElementCSnewOwningPathName - the new value of the 'Owning Path Name' container reference.PathElementCS.getOwningPathName()public void setReferredElement(Element newReferredElement)
setReferredElement in interface PathElementCSnewReferredElement - the new value of the 'Referred Element' reference.PathElementCS.getReferredElement()public EClassifier getElementType()
getElementType in interface PathElementCSPathElementCS.setElementType(EClassifier),
BaseCSPackage.getPathElementCS_ElementType()public EClassifier basicGetElementType()
public void setElementType(EClassifier newElementType)
setElementType in interface PathElementCSnewElementType - the new value of the 'Element Type' reference.PathElementCS.getElementType()public NotificationChain eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public NotificationChain eBasicRemoveFromContainerFeature(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 ElementCSImplpublic <R> R accept(BaseCSVisitor<R> visitor)
accept in interface ElementCSaccept in interface VisitableCSaccept in class ElementCSImplpublic Element getReferredElement()
getReferredElement in interface PathElementCSPathElementCS.setReferredElement(Element),
BaseCSPackage.getPathElementCS_ReferredElement()public Element basicGetReferredElement()
basicGetReferredElement in interface PathElementCSpublic Element getPivot()
public boolean isType()
isType in interface PathElementCSpublic void resetPivot()
resetPivot in interface PivotableCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.