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

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

public interface AbstractNameExpCS
extends ExpCS

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

The following features are supported:

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

Method Summary
 NamedElement getNamedElement()
           
 AbstractNameExpCS getNameExp()
           
 PathNameCS getPathName()
           
 Type getSourceType()
          Returns the value of the 'Source Type' reference.
 void setSourceType(Type value)
          Sets the value of the 'Source Type' reference.
 
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

getSourceType

Type getSourceType()
Returns the value of the 'Source Type' reference. For explicit source invocations, sourceType provides the true source type after resolution of implicit set or implicit collect.

Returns:
the value of the 'Source Type' reference.
See Also:
setSourceType(Type), EssentialOCLCSPackage.getAbstractNameExpCS_SourceType()
Generated
Model
resolveProxies="false" transient="true" derived="true"

setSourceType

void setSourceType(Type value)
Sets the value of the 'Source Type' reference.

Parameters:
value - the new value of the 'Source Type' reference.
See Also:
getSourceType()
Generated

getNamedElement

NamedElement getNamedElement()

Generated
Model
kind="operation"

getNameExp

AbstractNameExpCS getNameExp()

Generated
Model
kind="operation" required="true"

getPathName

PathNameCS getPathName()

Generated
Model
kind="operation"