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'.

EMF generated code

Field Summary
 
Fields inherited from class org.eclipse.etrice.core.room.impl.OperationImpl
arguments, detailCode, docu, name, NAME_EDEFAULT, returntype
 
Constructor Summary
protected StandardOperationImpl()
           
 
Method Summary
protected  EClass eStaticClass()
           
 
Methods inherited from class org.eclipse.etrice.core.room.impl.OperationImpl
basicSetDetailCode, basicSetDocu, basicSetReturntype, eGet, eInverseRemove, eIsSet, eSet, eUnset, getArguments, getDetailCode, getDocu, getName, getReturntype, setDetailCode, setDocu, setName, setReturntype, toString
 
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
 

Constructor Detail

StandardOperationImpl

protected StandardOperationImpl()

EMF generated code
Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class OperationImpl
EMF generated code