public class PathNameCSImpl extends ElementCSImpl implements PathNameCS
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.
|
Element |
basicGetReferredElement() |
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) |
ElementCS |
getContext() |
<any> |
getOwnedPathElements() |
Element |
getPivot() |
Element |
getReferredElement() |
ScopeFilter |
getScopeFilter() |
boolean |
isSetContext() |
void |
resetPivot() |
void |
setContext(ElementCS newContext) |
void |
setScopeFilter(ScopeFilter newScopeFilter) |
String |
toString() |
void |
unsetContext() |
getCsi, getDescription, getParent, setCsiequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCsi, getDescription, getParent, setCsieClasspublic <any> getOwnedPathElements()
getOwnedPathElements in interface PathNameCSBaseCSPackage.getPathNameCS_OwnedPathElements(),
PathElementCS.getOwningPathName()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 ElementCSImplpublic <R> R accept(BaseCSVisitor<R> visitor)
accept in interface ElementCSaccept in interface VisitableCSaccept in class ElementCSImplpublic NotificationChain eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public ElementCS getContext()
getContext in interface PathNameCSPathNameCS.isSetContext(),
PathNameCS.unsetContext(),
PathNameCS.setContext(ElementCS),
BaseCSPackage.getPathNameCS_Context()public void setContext(ElementCS newContext)
setContext in interface PathNameCSnewContext - the new value of the 'Context' reference.PathNameCS.isSetContext(),
PathNameCS.unsetContext(),
PathNameCS.getContext()public void unsetContext()
unsetContext in interface PathNameCSPathNameCS.isSetContext(),
PathNameCS.getContext(),
PathNameCS.setContext(ElementCS)public boolean isSetContext()
isSetContext in interface PathNameCSPathNameCS.unsetContext(),
PathNameCS.getContext(),
PathNameCS.setContext(ElementCS)public ScopeFilter getScopeFilter()
getScopeFilter in interface PathNameCSPathNameCS.setScopeFilter(ScopeFilter),
BaseCSPackage.getPathNameCS_ScopeFilter()public void setScopeFilter(ScopeFilter newScopeFilter)
setScopeFilter in interface PathNameCSnewScopeFilter - the new value of the 'Scope Filter' attribute.PathNameCS.getScopeFilter()public String toString()
toString in class ElementCSImplpublic Element basicGetReferredElement()
public Element getReferredElement()
getReferredElement in interface PathNameCSBaseCSPackage.getPathNameCS_ReferredElement()public Element getPivot()
public void resetPivot()
resetPivot in interface PivotableCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.