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

All Superinterfaces:
AbstractNameExpCS, ElementCS, org.eclipse.emf.ecore.EObject, ExpCS, ModelElementCS, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotableElementCS, PivotObject, VisitableCS
All Known Implementing Classes:
NameExpCSImpl

public interface NameExpCS
extends AbstractNameExpCS

A representation of the model object 'Named Element Ref CS'.

The following features are supported:

See Also:
EssentialOCLCSPackage.getNameExpCS()
Generated
Model

Method Summary
 PathNameCS getPathName()
          Returns the value of the 'Path Name' containment reference.
 boolean isAtPre()
          Returns the value of the 'At Pre' attribute.
 void setAtPre(boolean value)
          Sets the value of the 'At Pre' attribute.
 void setPathName(PathNameCS value)
          Sets the value of the 'Path Name' containment reference.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.AbstractNameExpCS
getNamedElement, getNameExp, getSourceType, setSourceType
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.ExpCS
getParent, isHasError, setHasError, setParent
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.ModelElementCS
getCsi, getOriginalXmiId, getOwnedAnnotation, setCsi, setOriginalXmiId
 
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...

Specified by:
getPathName in interface AbstractNameExpCS
Returns:
the value of the 'Path Name' containment reference.
See Also:
setPathName(PathNameCS), EssentialOCLCSPackage.getNameExpCS_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

isAtPre

boolean isAtPre()
Returns the value of the 'At Pre' attribute. The default value is "false".

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

Returns:
the value of the 'At Pre' attribute.
See Also:
setAtPre(boolean), EssentialOCLCSPackage.getNameExpCS_AtPre()
Generated
Model
default="false"

setAtPre

void setAtPre(boolean value)
Sets the value of the 'At Pre' attribute.

Parameters:
value - the new value of the 'At Pre' attribute.
See Also:
isAtPre()
Generated