org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST
Interface DecoratedNamedExpCS

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, ExpCS, ModelElementCS, MonikeredElementCS, NamedExpCS, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotObject, VisitableCS
All Known Subinterfaces:
IndexExpCS, NavigatingExpCS, PreExpCS
All Known Implementing Classes:
DecoratedNamedExpCSImpl, IndexExpCSImpl, NavigatingExpCSImpl, PreExpCSImpl

public interface DecoratedNamedExpCS
extends NamedExpCS

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

The following features are supported:

See Also:
EssentialOCLCSTPackage.getDecoratedNamedExpCS()
Generated
Model
abstract="true"

Method Summary
 NamedExpCS getNamedExp()
          Returns the value of the 'Named Exp' containment reference.
 void setNamedExp(NamedExpCS value)
          Sets the value of the 'Named Exp' containment reference.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.NamedExpCS
getNamedElement, getSimpleNamedExp
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.ExpCS
getParent, setParent
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.MonikeredElementCS
getMoniker, hasMoniker
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ModelElementCS
getOriginalXmiId, getOwnedAnnotation, getPivot, setOriginalXmiId, setPivot
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ElementCS
getDescription
 
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
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

getNamedExp

NamedExpCS getNamedExp()
Returns the value of the 'Named Exp' containment reference.

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

Returns:
the value of the 'Named Exp' containment reference.
See Also:
setNamedExp(NamedExpCS), EssentialOCLCSTPackage.getDecoratedNamedExpCS_NamedExp()
Generated
Model
containment="true"

setNamedExp

void setNamedExp(NamedExpCS value)
Sets the value of the 'Named Exp' containment reference.

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