org.eclipse.ocl.cst
Interface CallExpCS

All Superinterfaces:
CSTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, OCLExpressionCS
All Known Subinterfaces:
FeatureCallExpCS, IterateExpCS, IteratorExpCS, LoopExpCS, OperationCallExpCS
All Known Implementing Classes:
CallExpCSImpl, FeatureCallExpCSImpl, IterateExpCSImpl, IteratorExpCSImpl, LoopExpCSImpl, OperationCallExpCSImpl

public interface CallExpCS
extends OCLExpressionCS

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

The following features are supported:

See Also:
CSTPackage.getCallExpCS()
Generated
Model

Method Summary
 DotOrArrowEnum getAccessor()
          Returns the value of the 'Accessor' attribute.
 SimpleNameCS getSimpleNameCS()
          Returns the value of the 'Simple Name CS' containment reference.
 OCLExpressionCS getSource()
          Returns the value of the 'Source' containment reference.
 void setAccessor(DotOrArrowEnum value)
          Sets the value of the 'Accessor' attribute.
 void setSimpleNameCS(SimpleNameCS value)
          Sets the value of the 'Simple Name CS' containment reference.
 void setSource(OCLExpressionCS value)
          Sets the value of the 'Source' containment reference.
 
Methods inherited from interface org.eclipse.ocl.cst.CSTNode
getAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartToken
 
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

getSource

OCLExpressionCS getSource()
Returns the value of the 'Source' containment reference.

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

Returns:
the value of the 'Source' containment reference.
See Also:
setSource(OCLExpressionCS), CSTPackage.getCallExpCS_Source()
Generated
Model
containment="true"

setSource

void setSource(OCLExpressionCS value)
Sets the value of the 'Source' containment reference.

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

getAccessor

DotOrArrowEnum getAccessor()
Returns the value of the 'Accessor' attribute. The literals are from the enumeration DotOrArrowEnum.

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

Returns:
the value of the 'Accessor' attribute.
See Also:
DotOrArrowEnum, setAccessor(DotOrArrowEnum), CSTPackage.getCallExpCS_Accessor()
Generated
Model

setAccessor

void setAccessor(DotOrArrowEnum value)
Sets the value of the 'Accessor' attribute.

Parameters:
value - the new value of the 'Accessor' attribute.
See Also:
DotOrArrowEnum, getAccessor()
Generated

getSimpleNameCS

SimpleNameCS getSimpleNameCS()
Returns the value of the 'Simple Name CS' containment reference.

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

Returns:
the value of the 'Simple Name CS' containment reference.
See Also:
setSimpleNameCS(SimpleNameCS), CSTPackage.getCallExpCS_SimpleNameCS()
Generated
Model
containment="true"

setSimpleNameCS

void setSimpleNameCS(SimpleNameCS value)
Sets the value of the 'Simple Name CS' containment reference.

Parameters:
value - the new value of the 'Simple Name CS' containment reference.
See Also:
getSimpleNameCS()
Generated