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

All Known Implementing Classes:
EtunitFactoryImpl

public interface EtunitFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
EtunitPackage
EMF generated code

Field Summary
static EtunitFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 DocumentRoot createDocumentRoot()
          Returns a new object of class 'Document Root'.
 ErrorType createErrorType()
          Returns a new object of class 'Error Type'.
 FailureType createFailureType()
          Returns a new object of class 'Failure Type'.
 TestcaseType createTestcaseType()
          Returns a new object of class 'Testcase Type'.
 Testsuite createTestsuite()
          Returns a new object of class 'Testsuite'.
 TestsuitesType createTestsuitesType()
          Returns a new object of class 'Testsuites Type'.
 TestsuiteType createTestsuiteType()
          Returns a new object of class 'Testsuite Type'.
 EtunitPackage getEtunitPackage()
          Returns the package supported by this factory.
 

Field Detail

eINSTANCE

static final EtunitFactory eINSTANCE
The singleton instance of the factory.

EMF generated code
Method Detail

createDocumentRoot

DocumentRoot createDocumentRoot()
Returns a new object of class 'Document Root'.

Returns:
a new object of class 'Document Root'.
EMF generated code

createErrorType

ErrorType createErrorType()
Returns a new object of class 'Error Type'.

Returns:
a new object of class 'Error Type'.
EMF generated code

createFailureType

FailureType createFailureType()
Returns a new object of class 'Failure Type'.

Returns:
a new object of class 'Failure Type'.
EMF generated code

createTestcaseType

TestcaseType createTestcaseType()
Returns a new object of class 'Testcase Type'.

Returns:
a new object of class 'Testcase Type'.
EMF generated code

createTestsuite

Testsuite createTestsuite()
Returns a new object of class 'Testsuite'.

Returns:
a new object of class 'Testsuite'.
EMF generated code

createTestsuitesType

TestsuitesType createTestsuitesType()
Returns a new object of class 'Testsuites Type'.

Returns:
a new object of class 'Testsuites Type'.
EMF generated code

createTestsuiteType

TestsuiteType createTestsuiteType()
Returns a new object of class 'Testsuite Type'.

Returns:
a new object of class 'Testsuite Type'.
EMF generated code

getEtunitPackage

EtunitPackage getEtunitPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.
EMF generated code