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

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

public interface NameExpCS
extends SimpleNamedExpCS

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

The following features are supported:

See Also:
EssentialOCLCSTPackage.getNameExpCS()
Generated
Model

Method Summary
 NamedElement getElement()
          Returns the value of the 'Element' reference.
 org.eclipse.emf.common.util.EList<Namespace> getNamespace()
          Returns the value of the 'Namespace' reference list.
 void setElement(NamedElement value)
          Sets the value of the 'Element' 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

getNamespace

org.eclipse.emf.common.util.EList<Namespace> getNamespace()
Returns the value of the 'Namespace' reference list. The list contents are of type Namespace.

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

Returns:
the value of the 'Namespace' reference list.
See Also:
EssentialOCLCSTPackage.getNameExpCS_Namespace()
Generated
Model

getElement

NamedElement 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:
setElement(NamedElement), EssentialOCLCSTPackage.getNameExpCS_Element()
Generated
Model

setElement

void setElement(NamedElement value)
Sets the value of the 'Element' reference.

Parameters:
value - the new value of the 'Element' reference.
See Also:
getElement()
Generated