org.eclipse.etrice.etunit.converter.Etunit.impl
Class TestsuitesTypeImpl

java.lang.Object
  extended by EObjectImpl
      extended by org.eclipse.etrice.etunit.converter.Etunit.impl.TestsuitesTypeImpl
All Implemented Interfaces:
TestsuitesType

public class TestsuitesTypeImpl
extends EObjectImpl
implements TestsuitesType

An implementation of the model object 'Testsuites Type'.

The following features are implemented:

EMF generated code

Field Summary
protected   testsuite
          The cached value of the 'Testsuite' containment reference list.
 
Constructor Summary
protected TestsuitesTypeImpl()
           
 
Method Summary
 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)
           
  getTestsuite()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

testsuite

protected  testsuite
The cached value of the 'Testsuite' containment reference list.

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

TestsuitesTypeImpl

protected TestsuitesTypeImpl()

EMF generated code
Method Detail

eStaticClass

protected EClass eStaticClass()

EMF generated code

getTestsuite

public  getTestsuite()

Specified by:
getTestsuite in interface TestsuitesType
Returns:
the value of the 'Testsuite' containment reference list.
See Also:
EtunitPackage.getTestsuitesType_Testsuite()
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