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

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

public class OperationImpl
extends MinimalEObjectImpl.Container
implements Operation

An implementation of the model object 'Operation'.

The following features are implemented:

EMF generated code

Field Summary
protected   arguments
          The cached value of the 'Arguments' containment reference list.
protected  DetailCode detailCode
          The cached value of the 'Detail Code' containment reference.
protected  Documentation docu
          The cached value of the 'Docu' containment reference.
protected  java.lang.String name
          The cached value of the 'Name' attribute.
protected static java.lang.String NAME_EDEFAULT
          The default value of the 'Name' attribute.
protected  RefableType returntype
          The cached value of the 'Returntype' containment reference.
 
Constructor Summary
protected OperationImpl()
           
 
Method Summary
 NotificationChain basicSetDetailCode(DetailCode newDetailCode, NotificationChain msgs)
           
 NotificationChain basicSetDocu(Documentation newDocu, NotificationChain msgs)
           
 NotificationChain basicSetReturntype(RefableType newReturntype, NotificationChain msgs)
           
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
  getArguments()
           
 DetailCode getDetailCode()
           
 Documentation getDocu()
           
 java.lang.String getName()
           
 RefableType getReturntype()
           
 void setDetailCode(DetailCode newDetailCode)
           
 void setDocu(Documentation newDocu)
           
 void setName(java.lang.String newName)
           
 void setReturntype(RefableType newReturntype)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NAME_EDEFAULT

protected static final java.lang.String NAME_EDEFAULT
The default value of the 'Name' attribute.

See Also:
getName()
EMF generated code
EMF ordered

name

protected java.lang.String name
The cached value of the 'Name' attribute.

See Also:
getName()
EMF generated code
EMF ordered

arguments

protected  arguments
The cached value of the 'Arguments' containment reference list.

See Also:
getArguments()
EMF generated code
EMF ordered

returntype

protected RefableType returntype
The cached value of the 'Returntype' containment reference.

See Also:
getReturntype()
EMF generated code
EMF ordered

docu

protected Documentation docu
The cached value of the 'Docu' containment reference.

See Also:
getDocu()
EMF generated code
EMF ordered

detailCode

protected DetailCode detailCode
The cached value of the 'Detail Code' containment reference.

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

OperationImpl

protected OperationImpl()

EMF generated code
Method Detail

eStaticClass

protected EClass eStaticClass()

EMF generated code

getName

public java.lang.String getName()

Specified by:
getName in interface Operation
Returns:
the value of the 'Name' attribute.
See Also:
Operation.setName(String), RoomPackage.getOperation_Name()
EMF generated code

setName

public void setName(java.lang.String newName)

Specified by:
setName in interface Operation
Parameters:
newName - the new value of the 'Name' attribute.
See Also:
Operation.getName()
EMF generated code

getArguments

public  getArguments()

Specified by:
getArguments in interface Operation
Returns:
the value of the 'Arguments' containment reference list.
See Also:
RoomPackage.getOperation_Arguments()
EMF generated code

getReturntype

public RefableType getReturntype()

Specified by:
getReturntype in interface Operation
Returns:
the value of the 'Returntype' containment reference.
See Also:
Operation.setReturntype(RefableType), RoomPackage.getOperation_Returntype()
EMF generated code

basicSetReturntype

public NotificationChain basicSetReturntype(RefableType newReturntype,
                                            NotificationChain msgs)

EMF generated code

setReturntype

public void setReturntype(RefableType newReturntype)

Specified by:
setReturntype in interface Operation
Parameters:
newReturntype - the new value of the 'Returntype' containment reference.
See Also:
Operation.getReturntype()
EMF generated code

getDocu

public Documentation getDocu()

Specified by:
getDocu in interface Operation
Returns:
the value of the 'Docu' containment reference.
See Also:
Operation.setDocu(Documentation), RoomPackage.getOperation_Docu()
EMF generated code

basicSetDocu

public NotificationChain basicSetDocu(Documentation newDocu,
                                      NotificationChain msgs)

EMF generated code

setDocu

public void setDocu(Documentation newDocu)

Specified by:
setDocu in interface Operation
Parameters:
newDocu - the new value of the 'Docu' containment reference.
See Also:
Operation.getDocu()
EMF generated code

getDetailCode

public DetailCode getDetailCode()

Specified by:
getDetailCode in interface Operation
Returns:
the value of the 'Detail Code' containment reference.
See Also:
Operation.setDetailCode(DetailCode), RoomPackage.getOperation_DetailCode()
EMF generated code

basicSetDetailCode

public NotificationChain basicSetDetailCode(DetailCode newDetailCode,
                                            NotificationChain msgs)

EMF generated code

setDetailCode

public void setDetailCode(DetailCode newDetailCode)

Specified by:
setDetailCode in interface Operation
Parameters:
newDetailCode - the new value of the 'Detail Code' containment reference.
See Also:
Operation.getDetailCode()
EMF generated code

eInverseRemove

public NotificationChain eInverseRemove(InternalEObject otherEnd,
                                        int featureID,
                                        NotificationChain msgs)

EMF generated code

eGet

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

EMF generated code

eSet

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

EMF generated code

eUnset

public void eUnset(int featureID)

EMF generated code

eIsSet

public boolean eIsSet(int featureID)

EMF generated code

toString

public java.lang.String toString()

EMF generated code