org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs
Interface TypeNameExpCS

All Superinterfaces:
ElementCS, ElementRefCS, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotableElementCS, PivotObject, TypedRefCS, TypeRefCS, VisitableCS
All Known Implementing Classes:
TypeNameExpCSImpl

public interface TypeNameExpCS
extends TypedRefCS

A representation of the model object 'Type Name Exp CS'.

The following features are supported:

See Also:
EssentialOCLCSPackage.getTypeNameExpCS()
Generated
Model

Method Summary
 Type getElement()
          Returns the value of the 'Element' reference.
 PathNameCS getPathName()
          Returns the value of the 'Path Name' containment reference.
 void setPathName(PathNameCS value)
          Sets the value of the 'Path Name' containment reference.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.TypedRefCS
getMultiplicity, setMultiplicity
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.PivotableElementCS
getPivot, setPivot
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.ElementCS
accept, getDescription, getLogicalParent
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.util.VisitableCS
eClass
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Pivotable
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

getPathName

PathNameCS getPathName()
Returns the value of the 'Path Name' containment reference.

If the meaning of the 'Path Name' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Path Name' containment reference.
See Also:
setPathName(PathNameCS), EssentialOCLCSPackage.getTypeNameExpCS_PathName()
Generated
Model
containment="true"

setPathName

void setPathName(PathNameCS value)
Sets the value of the 'Path Name' containment reference.

Parameters:
value - the new value of the 'Path Name' containment reference.
See Also:
getPathName()
Generated

getElement

Type getElement()
Returns the value of the 'Element' reference.

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

Returns:
the value of the 'Element' reference.
See Also:
EssentialOCLCSPackage.getTypeNameExpCS_Element()
Generated
Model
resolveProxies="false" transient="true" changeable="false" volatile="true" derived="true"