org.eclipse.etrice.core.room.impl
Class StandardOperationImpl

java.lang.Object
  extended by MinimalEObjectImpl.Container
      extended by org.eclipse.etrice.core.room.impl.OperationImpl
          extended by org.eclipse.etrice.core.room.impl.StandardOperationImpl
All Implemented Interfaces:
Operation, StandardOperation

public class StandardOperationImpl
extends OperationImpl
implements StandardOperation

An implementation of the model object 'Standard Operation'.

The following features are implemented:

EMF generated code

Field Summary
protected  boolean destructor
          The cached value of the 'Destructor' attribute.
protected static boolean DESTRUCTOR_EDEFAULT
          The default value of the 'Destructor' attribute.
 
Fields inherited from class org.eclipse.etrice.core.room.impl.OperationImpl
arguments, detailCode, docu, name, NAME_EDEFAULT, returntype
 
Constructor Summary
protected StandardOperationImpl()
           
 
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)
           
 boolean isDestructor()
           
 void setDestructor(boolean newDestructor)
           
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.etrice.core.room.impl.OperationImpl
basicSetDetailCode, basicSetDocu, basicSetReturntype, eInverseRemove, getArguments, getDetailCode, getDocu, getName, getReturntype, setDetailCode, setDocu, setName, setReturntype
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.etrice.core.room.Operation
getArguments, getDetailCode, getDocu, getName, getReturntype, setDetailCode, setDocu, setName, setReturntype
 

Field Detail

DESTRUCTOR_EDEFAULT

protected static final boolean DESTRUCTOR_EDEFAULT
The default value of the 'Destructor' attribute.

See Also:
isDestructor(), Constant Field Values
EMF generated code
EMF ordered

destructor

protected boolean destructor
The cached value of the 'Destructor' attribute.

See Also:
isDestructor()
EMF generated code
EMF ordered
Constructor Detail

StandardOperationImpl

protected StandardOperationImpl()

EMF generated code
Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class OperationImpl
EMF generated code

isDestructor

public boolean isDestructor()

Specified by:
isDestructor in interface StandardOperation
Returns:
the value of the 'Destructor' attribute.
See Also:
StandardOperation.setDestructor(boolean), RoomPackage.getStandardOperation_Destructor()
EMF generated code

setDestructor

public void setDestructor(boolean newDestructor)

Specified by:
setDestructor in interface StandardOperation
Parameters:
newDestructor - the new value of the 'Destructor' attribute.
See Also:
StandardOperation.isDestructor()
EMF generated code

eGet

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

Overrides:
eGet in class OperationImpl
EMF generated code

eSet

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

Overrides:
eSet in class OperationImpl
EMF generated code

eUnset

public void eUnset(int featureID)

Overrides:
eUnset in class OperationImpl
EMF generated code

eIsSet

public boolean eIsSet(int featureID)

Overrides:
eIsSet in class OperationImpl
EMF generated code

toString

public java.lang.String toString()

Overrides:
toString in class OperationImpl
EMF generated code