org.eclipse.etrice.etunit.converter.Etunit
Interface DocumentRoot

All Known Implementing Classes:
DocumentRootImpl

public interface DocumentRoot

A representation of the model object 'Document Root'.

The following features are supported:

See Also:
EtunitPackage.getDocumentRoot()
EMF generated code
EMF model element
extendedMetaData="name='' kind='mixed'"

Method Summary
 FeatureMap getMixed()
          Returns the value of the 'Mixed' attribute list.
 Testsuite getTestsuite()
          Returns the value of the 'Testsuite' containment reference.
 TestsuitesType getTestsuites()
          Returns the value of the 'Testsuites' containment reference.
  getXMLNSPrefixMap()
          Returns the value of the 'XMLNS Prefix Map' map.
  getXSISchemaLocation()
          Returns the value of the 'XSI Schema Location' map.
 void setTestsuite(Testsuite value)
          Sets the value of the 'Testsuite' containment reference.
 void setTestsuites(TestsuitesType value)
          Sets the value of the 'Testsuites' containment reference.
 

Method Detail

getMixed

FeatureMap getMixed()
Returns the value of the 'Mixed' attribute list. The list contents are of type org.eclipse.emf.ecore.util.FeatureMap.Entry.

If the meaning of the 'Mixed' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Mixed' attribute list.
See Also:
EtunitPackage.getDocumentRoot_Mixed()
EMF generated code
EMF model element
unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" extendedMetaData="kind='elementWildcard' name=':mixed'"

getXMLNSPrefixMap

 getXMLNSPrefixMap()
Returns the value of the 'XMLNS Prefix Map' map. The key is of type String, and the value is of type String,

If the meaning of the 'XMLNS Prefix Map' map isn't clear, there really should be more of a description here...

Returns:
the value of the 'XMLNS Prefix Map' map.
See Also:
EtunitPackage.getDocumentRoot_XMLNSPrefixMap()
EMF generated code
EMF model element
mapType="org.eclipse.emf.ecore.EStringToStringMapEntry" transient="true" extendedMetaData="kind='attribute' name='xmlns:prefix'"

getXSISchemaLocation

 getXSISchemaLocation()
Returns the value of the 'XSI Schema Location' map. The key is of type String, and the value is of type String,

If the meaning of the 'XSI Schema Location' map isn't clear, there really should be more of a description here...

Returns:
the value of the 'XSI Schema Location' map.
See Also:
EtunitPackage.getDocumentRoot_XSISchemaLocation()
EMF generated code
EMF model element
mapType="org.eclipse.emf.ecore.EStringToStringMapEntry" transient="true" extendedMetaData="kind='attribute' name='xsi:schemaLocation'"

getTestsuite

Testsuite getTestsuite()
Returns the value of the 'Testsuite' containment reference.

If the meaning of the 'Testsuite' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Testsuite' containment reference.
See Also:
setTestsuite(Testsuite), EtunitPackage.getDocumentRoot_Testsuite()
EMF generated code
EMF model element
containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='testsuite' namespace='##targetNamespace'"

setTestsuite

void setTestsuite(Testsuite value)
Sets the value of the 'Testsuite' containment reference.

Parameters:
value - the new value of the 'Testsuite' containment reference.
See Also:
getTestsuite()
EMF generated code

getTestsuites

TestsuitesType getTestsuites()
Returns the value of the 'Testsuites' containment reference.

Returns:
the value of the 'Testsuites' containment reference.
See Also:
setTestsuites(TestsuitesType), EtunitPackage.getDocumentRoot_Testsuites()
EMF generated code
EMF model element
containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='testsuites' namespace='##targetNamespace'"

setTestsuites

void setTestsuites(TestsuitesType value)
Sets the value of the 'Testsuites' containment reference.

Parameters:
value - the new value of the 'Testsuites' containment reference.
See Also:
getTestsuites()
EMF generated code