org.eclipse.ocl.examples.xtext.base.baseCST
Interface PathElementWithURICS

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, PathElementCS, Pivotable, PivotObject, VisitableCS
All Known Implementing Classes:
PathElementWithURICSImpl

public interface PathElementWithURICS
extends PathElementCS

A representation of the model object 'Path Element With URICS'.

The following features are supported:

See Also:
BaseCSTPackage.getPathElementWithURICS()
Generated
Model

Method Summary
 java.lang.String getUri()
          Returns the value of the 'Uri' attribute.
 void setUri(java.lang.String value)
          Sets the value of the 'Uri' attribute.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.PathElementCS
basicGetElement, getElement, getElementType, getPathName, isType, setElement, setElementType, setPathName
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ElementCS
getDescription, getLogicalParent
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.util.VisitableCS
accept, eClass
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Pivotable
getPivot, resetPivot
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getUri

java.lang.String getUri()
Returns the value of the 'Uri' attribute.

If the meaning of the 'Uri' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Uri' attribute.
See Also:
setUri(String), BaseCSTPackage.getPathElementWithURICS_Uri()
Generated
Model
transient="true"

setUri

void setUri(java.lang.String value)
Sets the value of the 'Uri' attribute.

Parameters:
value - the new value of the 'Uri' attribute.
See Also:
getUri()
Generated