public class PathElementWithURICSImpl extends PathElementCSImpl implements PathElementWithURICS
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 |
getUri() |
void |
setUri(String newUri) |
String |
toString() |
basicGetElementType, basicGetReferredElement, basicSetOwningPathName, eBasicRemoveFromContainerFeature, eInverseAdd, eInverseRemove, getElementType, getOwningPathName, getPivot, getReferredElement, isType, resetPivot, setElementType, setOwningPathName, setReferredElementgetCsi, getDescription, getParent, setCsiequals, getClass, hashCode, notify, notifyAll, wait, wait, waitbasicGetReferredElement, getElementType, getOwningPathName, getReferredElement, isType, setElementType, setOwningPathName, setReferredElementgetCsi, getDescription, getParent, setCsieClassgetPivot, resetPivotpublic String getUri()
getUri in interface PathElementWithURICSPathElementWithURICS.setUri(String),
BaseCSPackage.getPathElementWithURICS_Uri()public void setUri(String newUri)
setUri in interface PathElementWithURICSnewUri - the new value of the 'Uri' attribute.PathElementWithURICS.getUri()public String toString()
toString in class ElementCSImplpublic Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class PathElementCSImplpublic void eSet(int featureID,
Object newValue)
eSet in class PathElementCSImplpublic void eUnset(int featureID)
eUnset in class PathElementCSImplpublic boolean eIsSet(int featureID)
eIsSet in class PathElementCSImplpublic <R> R accept(BaseCSVisitor<R> visitor)
accept in interface ElementCSaccept in interface VisitableCSaccept in class PathElementCSImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.