org.eclipse.ocl.cst
Interface OperationCallExpCS

All Superinterfaces:
CallExpCS, CSTNode, org.eclipse.emf.ecore.EObject, FeatureCallExpCS, org.eclipse.emf.common.notify.Notifier, OCLExpressionCS
All Known Implementing Classes:
OperationCallExpCSImpl

public interface OperationCallExpCS
extends FeatureCallExpCS

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

The following features are supported:

See Also:
CSTPackage.getOperationCallExpCS()
Generated
Model

Method Summary
 java.lang.Boolean getIsAtomic()
          Returns the value of the 'Is Atomic' attribute.
 void setIsAtomic(java.lang.Boolean value)
          Sets the value of the 'Is Atomic' attribute.
 
Methods inherited from interface org.eclipse.ocl.cst.FeatureCallExpCS
getArguments, getIsMarkedPreCS, getPathNameCS, setIsMarkedPreCS, setPathNameCS
 
Methods inherited from interface org.eclipse.ocl.cst.CallExpCS
getAccessor, getSimpleNameCS, getSource, setAccessor, setSimpleNameCS, setSource
 
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

getIsAtomic

java.lang.Boolean getIsAtomic()
Returns the value of the 'Is Atomic' attribute. The default value is "false".

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

Returns:
the value of the 'Is Atomic' attribute.
Since:
3.0
See Also:
setIsAtomic(Boolean), CSTPackage.getOperationCallExpCS_IsAtomic()
Generated
Model
default="false"

setIsAtomic

void setIsAtomic(java.lang.Boolean value)
Sets the value of the 'Is Atomic' attribute.

Parameters:
value - the new value of the 'Is Atomic' attribute.
Since:
3.0
See Also:
getIsAtomic()
Generated