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

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

public class DocumentRootImpl
extends EObjectImpl
implements DocumentRoot

An implementation of the model object 'Document Root'.

The following features are implemented:

EMF generated code

Field Summary
protected  FeatureMap mixed
          The cached value of the 'Mixed' attribute list.
protected   xMLNSPrefixMap
          The cached value of the 'XMLNS Prefix Map' map.
protected   xSISchemaLocation
          The cached value of the 'XSI Schema Location' map.
 
Constructor Summary
protected DocumentRootImpl()
           
 
Method Summary
 NotificationChain basicSetTestsuite(Testsuite newTestsuite, NotificationChain msgs)
           
 NotificationChain basicSetTestsuites(TestsuitesType newTestsuites, 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)
           
 FeatureMap getMixed()
           
 Testsuite getTestsuite()
           
 TestsuitesType getTestsuites()
           
  getXMLNSPrefixMap()
           
  getXSISchemaLocation()
           
 void setTestsuite(Testsuite newTestsuite)
           
 void setTestsuites(TestsuitesType newTestsuites)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

mixed

protected FeatureMap mixed
The cached value of the 'Mixed' attribute list.

See Also:
getMixed()
EMF generated code
EMF ordered

xMLNSPrefixMap

protected  xMLNSPrefixMap
The cached value of the 'XMLNS Prefix Map' map.

See Also:
getXMLNSPrefixMap()
EMF generated code
EMF ordered

xSISchemaLocation

protected  xSISchemaLocation
The cached value of the 'XSI Schema Location' map.

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

DocumentRootImpl

protected DocumentRootImpl()

EMF generated code
Method Detail

eStaticClass

protected EClass eStaticClass()

EMF generated code

getMixed

public FeatureMap getMixed()

Specified by:
getMixed in interface DocumentRoot
Returns:
the value of the 'Mixed' attribute list.
See Also:
EtunitPackage.getDocumentRoot_Mixed()
EMF generated code

getXMLNSPrefixMap

public  getXMLNSPrefixMap()

Specified by:
getXMLNSPrefixMap in interface DocumentRoot
Returns:
the value of the 'XMLNS Prefix Map' map.
See Also:
EtunitPackage.getDocumentRoot_XMLNSPrefixMap()
EMF generated code

getXSISchemaLocation

public  getXSISchemaLocation()

Specified by:
getXSISchemaLocation in interface DocumentRoot
Returns:
the value of the 'XSI Schema Location' map.
See Also:
EtunitPackage.getDocumentRoot_XSISchemaLocation()
EMF generated code

getTestsuite

public Testsuite getTestsuite()

Specified by:
getTestsuite in interface DocumentRoot
Returns:
the value of the 'Testsuite' containment reference.
See Also:
DocumentRoot.setTestsuite(Testsuite), EtunitPackage.getDocumentRoot_Testsuite()
EMF generated code

basicSetTestsuite

public NotificationChain basicSetTestsuite(Testsuite newTestsuite,
                                           NotificationChain msgs)

EMF generated code

setTestsuite

public void setTestsuite(Testsuite newTestsuite)

Specified by:
setTestsuite in interface DocumentRoot
Parameters:
newTestsuite - the new value of the 'Testsuite' containment reference.
See Also:
DocumentRoot.getTestsuite()
EMF generated code

getTestsuites

public TestsuitesType getTestsuites()

Specified by:
getTestsuites in interface DocumentRoot
Returns:
the value of the 'Testsuites' containment reference.
See Also:
DocumentRoot.setTestsuites(TestsuitesType), EtunitPackage.getDocumentRoot_Testsuites()
EMF generated code

basicSetTestsuites

public NotificationChain basicSetTestsuites(TestsuitesType newTestsuites,
                                            NotificationChain msgs)

EMF generated code

setTestsuites

public void setTestsuites(TestsuitesType newTestsuites)

Specified by:
setTestsuites in interface DocumentRoot
Parameters:
newTestsuites - the new value of the 'Testsuites' containment reference.
See Also:
DocumentRoot.getTestsuites()
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