org.eclipse.ocl.cst.impl
Class OperationCallExpCSImpl

java.lang.Object
  extended by EObjectImpl
      extended by org.eclipse.ocl.cst.impl.CSTNodeImpl
          extended by org.eclipse.ocl.cst.impl.OCLExpressionCSImpl
              extended by org.eclipse.ocl.cst.impl.CallExpCSImpl
                  extended by org.eclipse.ocl.cst.impl.FeatureCallExpCSImpl
                      extended by org.eclipse.ocl.cst.impl.OperationCallExpCSImpl
All Implemented Interfaces:
CallExpCS, CSTNode, FeatureCallExpCS, OCLExpressionCS, OperationCallExpCS

public class OperationCallExpCSImpl
extends FeatureCallExpCSImpl
implements OperationCallExpCS

An implementation of the model object 'Operation Call Exp CS'.

The following features are implemented:


Field Summary
protected static java.lang.Boolean IS_ATOMIC_EDEFAULT
          The default value of the 'Is Atomic' attribute
protected  java.lang.Boolean isAtomic
          The cached value of the 'Is Atomic' attribute
 
Fields inherited from class org.eclipse.ocl.cst.impl.FeatureCallExpCSImpl
arguments, isMarkedPreCS, pathNameCS
 
Fields inherited from class org.eclipse.ocl.cst.impl.CallExpCSImpl
accessor, ACCESSOR_EDEFAULT, simpleNameCS, source
 
Fields inherited from class org.eclipse.ocl.cst.impl.CSTNodeImpl
ast, AST_EDEFAULT, END_OFFSET_EDEFAULT, END_TOKEN_EDEFAULT, endOffset, endToken, START_OFFSET_EDEFAULT, START_TOKEN_EDEFAULT, startOffset, startToken
 
Constructor Summary
protected OperationCallExpCSImpl()
           
 
Method Summary
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 java.lang.Boolean getIsAtomic()
           
 void setIsAtomic(java.lang.Boolean newIsAtomic)
           
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.ocl.cst.impl.FeatureCallExpCSImpl
basicSetIsMarkedPreCS, basicSetPathNameCS, eInverseRemove, getArguments, getIsMarkedPreCS, getPathNameCS, setIsMarkedPreCS, setPathNameCS
 
Methods inherited from class org.eclipse.ocl.cst.impl.CallExpCSImpl
basicSetSimpleNameCS, basicSetSource, getAccessor, getSimpleNameCS, getSource, setAccessor, setSimpleNameCS, setSource
 
Methods inherited from class org.eclipse.ocl.cst.impl.CSTNodeImpl
getAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartToken
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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
 

Field Detail

IS_ATOMIC_EDEFAULT

protected static final java.lang.Boolean IS_ATOMIC_EDEFAULT
The default value of the 'Is Atomic' attribute.

Since:
3.0
See Also:
getIsAtomic()

isAtomic

protected java.lang.Boolean isAtomic
The cached value of the 'Is Atomic' attribute.

Since:
3.0
See Also:
getIsAtomic()
Constructor Detail

OperationCallExpCSImpl

protected OperationCallExpCSImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class FeatureCallExpCSImpl

getIsAtomic

public java.lang.Boolean getIsAtomic()

Specified by:
getIsAtomic in interface OperationCallExpCS
Returns:
the value of the 'Is Atomic' attribute.
Since:
3.0
See Also:
OperationCallExpCS.setIsAtomic(Boolean), CSTPackage.getOperationCallExpCS_IsAtomic()

setIsAtomic

public void setIsAtomic(java.lang.Boolean newIsAtomic)

Specified by:
setIsAtomic in interface OperationCallExpCS
Parameters:
newIsAtomic - the new value of the 'Is Atomic' attribute.
Since:
3.0
See Also:
OperationCallExpCS.getIsAtomic()

eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)

Overrides:
eGet in class FeatureCallExpCSImpl

eSet

public void eSet(int featureID,
                 java.lang.Object newValue)

Overrides:
eSet in class FeatureCallExpCSImpl

eUnset

public void eUnset(int featureID)

Overrides:
eUnset in class FeatureCallExpCSImpl

eIsSet

public boolean eIsSet(int featureID)

Overrides:
eIsSet in class FeatureCallExpCSImpl

toString

public java.lang.String toString()

Overrides:
toString in class CallExpCSImpl

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