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

All Superinterfaces:
AbstractNameExpCS, ElementCS, org.eclipse.emf.ecore.EObject, ExpCS, ModelElementCS, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotableElementCS, PivotObject, VisitableCS
All Known Subinterfaces:
ConstructorExpCS, IndexExpCS, InvocationExpCS
All Known Implementing Classes:
ConstructorExpCSImpl, IndexExpCSImpl, InvocationExpCSImpl, NamedExpCSImpl

public interface NamedExpCS
extends AbstractNameExpCS

A representation of the model object 'Named Exp CS'.

The following features are supported:

See Also:
EssentialOCLCSPackage.getNamedExpCS()
Generated
Model
abstract="true"

Method Summary
 NameExpCS getNameExp()
          Returns the value of the 'Name Exp' containment reference.
 void setNameExp(NameExpCS value)
          Sets the value of the 'Name Exp' containment reference.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.AbstractNameExpCS
getNamedElement, getPathName, 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

getNameExp

NameExpCS getNameExp()
Returns the value of the 'Name Exp' containment reference.

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

Specified by:
getNameExp in interface AbstractNameExpCS
Returns:
the value of the 'Name Exp' containment reference.
See Also:
setNameExp(NameExpCS), EssentialOCLCSPackage.getNamedExpCS_NameExp()
Generated
Model
containment="true"

setNameExp

void setNameExp(NameExpCS value)
Sets the value of the 'Name Exp' containment reference.

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