org.eclipse.ocl.cst
Interface OperationCallExpCS

All Superinterfaces:
CallExpCS, CSTNode, FeatureCallExpCS, 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()

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
 

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()

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()

Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.