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

java.lang.Object
  extended by EPackageImpl
      extended by org.eclipse.etrice.etunit.converter.Etunit.impl.EtunitPackageImpl
All Implemented Interfaces:
EtunitPackage

public class EtunitPackageImpl
extends EPackageImpl
implements EtunitPackage

An implementation of the model Package.

EMF generated code

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.etrice.etunit.converter.Etunit.EtunitPackage
EtunitPackage.Literals
 
Field Summary
 
Fields inherited from interface org.eclipse.etrice.etunit.converter.Etunit.EtunitPackage
DOCUMENT_ROOT, DOCUMENT_ROOT__MIXED, DOCUMENT_ROOT__TESTSUITE, DOCUMENT_ROOT__TESTSUITES, DOCUMENT_ROOT__XMLNS_PREFIX_MAP, DOCUMENT_ROOT__XSI_SCHEMA_LOCATION, DOCUMENT_ROOT_FEATURE_COUNT, eINSTANCE, eNAME, eNS_PREFIX, eNS_URI, ERROR_TYPE, ERROR_TYPE__ACTUAL, ERROR_TYPE__EXPECTED, ERROR_TYPE__MIXED, ERROR_TYPE_FEATURE_COUNT, FAILURE_TYPE, FAILURE_TYPE__ACTUAL, FAILURE_TYPE__EXPECTED, FAILURE_TYPE__MIXED, FAILURE_TYPE_FEATURE_COUNT, ISO8601DATETIMEPATTERN, NAME_TYPE, PRE_STRING, TESTCASE_TYPE, TESTCASE_TYPE__CLASSNAME, TESTCASE_TYPE__ERROR, TESTCASE_TYPE__FAILURE, TESTCASE_TYPE__NAME, TESTCASE_TYPE__TIME, TESTCASE_TYPE_FEATURE_COUNT, TESTSUITE, TESTSUITE__ERRORS, TESTSUITE__FAILURES, TESTSUITE__NAME, TESTSUITE__SKIPPED, TESTSUITE__TESTCASE, TESTSUITE__TESTS, TESTSUITE__TIME, TESTSUITE__TIMESTAMP, TESTSUITE_FEATURE_COUNT, TESTSUITE_TYPE, TESTSUITE_TYPE__ERRORS, TESTSUITE_TYPE__FAILURES, TESTSUITE_TYPE__NAME, TESTSUITE_TYPE__SKIPPED, TESTSUITE_TYPE__TESTCASE, TESTSUITE_TYPE__TESTS, TESTSUITE_TYPE__TIME, TESTSUITE_TYPE__TIMESTAMP, TESTSUITE_TYPE_FEATURE_COUNT, TESTSUITES_TYPE, TESTSUITES_TYPE__TESTSUITE, TESTSUITES_TYPE_FEATURE_COUNT
 
Method Summary
protected  void createExtendedMetaDataAnnotations()
          Initializes the annotations for http:///org/eclipse/emf/ecore/util/ExtendedMetaData.
 void createPackageContents()
          Creates the meta-model objects for the package.
 EAttribute getDocumentRoot_Mixed()
           
 EReference getDocumentRoot_Testsuite()
           
 EReference getDocumentRoot_Testsuites()
           
 EReference getDocumentRoot_XMLNSPrefixMap()
           
 EReference getDocumentRoot_XSISchemaLocation()
           
 EClass getDocumentRoot()
           
 EAttribute getErrorType_Actual()
           
 EAttribute getErrorType_Expected()
           
 EAttribute getErrorType_Mixed()
           
 EClass getErrorType()
           
 EtunitFactory getEtunitFactory()
           
 EAttribute getFailureType_Actual()
           
 EAttribute getFailureType_Expected()
           
 EAttribute getFailureType_Mixed()
           
 EClass getFailureType()
           
 EDataType getISO8601DATETIMEPATTERN()
           
 EDataType getNameType()
           
 EDataType getPreString()
           
 EAttribute getTestcaseType_Classname()
           
 EReference getTestcaseType_Error()
           
 EReference getTestcaseType_Failure()
           
 EAttribute getTestcaseType_Name()
           
 EAttribute getTestcaseType_Time()
           
 EClass getTestcaseType()
           
 EAttribute getTestsuite_Errors()
           
 EAttribute getTestsuite_Failures()
           
 EAttribute getTestsuite_Name()
           
 EAttribute getTestsuite_Skipped()
           
 EReference getTestsuite_Testcase()
           
 EAttribute getTestsuite_Tests()
           
 EAttribute getTestsuite_Time()
           
 EAttribute getTestsuite_Timestamp()
           
 EClass getTestsuite()
           
 EReference getTestsuitesType_Testsuite()
           
 EClass getTestsuitesType()
           
 EClass getTestsuiteType()
           
static EtunitPackage init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 void initializePackageContents()
          Complete the initialization of the package and its meta-model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

init

public static EtunitPackage init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.

This method is used to initialize EtunitPackage.eINSTANCE when that field is accessed. Clients should not invoke it directly. Instead, they should simply access that field to obtain the package.

See Also:
EtunitPackage.eNS_URI, createPackageContents(), initializePackageContents()
EMF generated code

getDocumentRoot

public EClass getDocumentRoot()

Specified by:
getDocumentRoot in interface EtunitPackage
Returns:
the meta object for class 'Document Root'.
See Also:
DocumentRoot
EMF generated code

getDocumentRoot_Mixed

public EAttribute getDocumentRoot_Mixed()

Specified by:
getDocumentRoot_Mixed in interface EtunitPackage
Returns:
the meta object for the attribute list 'Mixed'.
See Also:
DocumentRoot.getMixed(), EtunitPackage.getDocumentRoot()
EMF generated code

getDocumentRoot_XMLNSPrefixMap

public EReference getDocumentRoot_XMLNSPrefixMap()

Specified by:
getDocumentRoot_XMLNSPrefixMap in interface EtunitPackage
Returns:
the meta object for the map 'XMLNS Prefix Map'.
See Also:
DocumentRoot.getXMLNSPrefixMap(), EtunitPackage.getDocumentRoot()
EMF generated code

getDocumentRoot_XSISchemaLocation

public EReference getDocumentRoot_XSISchemaLocation()

Specified by:
getDocumentRoot_XSISchemaLocation in interface EtunitPackage
Returns:
the meta object for the map 'XSI Schema Location'.
See Also:
DocumentRoot.getXSISchemaLocation(), EtunitPackage.getDocumentRoot()
EMF generated code

getDocumentRoot_Testsuite

public EReference getDocumentRoot_Testsuite()

Specified by:
getDocumentRoot_Testsuite in interface EtunitPackage
Returns:
the meta object for the containment reference 'Testsuite'.
See Also:
DocumentRoot.getTestsuite(), EtunitPackage.getDocumentRoot()
EMF generated code

getDocumentRoot_Testsuites

public EReference getDocumentRoot_Testsuites()

Specified by:
getDocumentRoot_Testsuites in interface EtunitPackage
Returns:
the meta object for the containment reference 'Testsuites'.
See Also:
DocumentRoot.getTestsuites(), EtunitPackage.getDocumentRoot()
EMF generated code

getErrorType

public EClass getErrorType()

Specified by:
getErrorType in interface EtunitPackage
Returns:
the meta object for class 'Error Type'.
See Also:
ErrorType
EMF generated code

getErrorType_Mixed

public EAttribute getErrorType_Mixed()

Specified by:
getErrorType_Mixed in interface EtunitPackage
Returns:
the meta object for the attribute list 'Mixed'.
See Also:
ErrorType.getMixed(), EtunitPackage.getErrorType()
EMF generated code

getErrorType_Expected

public EAttribute getErrorType_Expected()

Specified by:
getErrorType_Expected in interface EtunitPackage
Returns:
the meta object for the attribute 'Expected'.
See Also:
ErrorType.getExpected(), EtunitPackage.getErrorType()
EMF generated code

getErrorType_Actual

public EAttribute getErrorType_Actual()

Specified by:
getErrorType_Actual in interface EtunitPackage
Returns:
the meta object for the attribute 'Actual'.
See Also:
ErrorType.getActual(), EtunitPackage.getErrorType()
EMF generated code

getFailureType

public EClass getFailureType()

Specified by:
getFailureType in interface EtunitPackage
Returns:
the meta object for class 'Failure Type'.
See Also:
FailureType
EMF generated code

getFailureType_Mixed

public EAttribute getFailureType_Mixed()

Specified by:
getFailureType_Mixed in interface EtunitPackage
Returns:
the meta object for the attribute list 'Mixed'.
See Also:
FailureType.getMixed(), EtunitPackage.getFailureType()
EMF generated code

getFailureType_Expected

public EAttribute getFailureType_Expected()

Specified by:
getFailureType_Expected in interface EtunitPackage
Returns:
the meta object for the attribute 'Expected'.
See Also:
FailureType.getExpected(), EtunitPackage.getFailureType()
EMF generated code

getFailureType_Actual

public EAttribute getFailureType_Actual()

Specified by:
getFailureType_Actual in interface EtunitPackage
Returns:
the meta object for the attribute 'Actual'.
See Also:
FailureType.getActual(), EtunitPackage.getFailureType()
EMF generated code

getTestcaseType

public EClass getTestcaseType()

Specified by:
getTestcaseType in interface EtunitPackage
Returns:
the meta object for class 'Testcase Type'.
See Also:
TestcaseType
EMF generated code

getTestcaseType_Error

public EReference getTestcaseType_Error()

Specified by:
getTestcaseType_Error in interface EtunitPackage
Returns:
the meta object for the containment reference 'Error'.
See Also:
TestcaseType.getError(), EtunitPackage.getTestcaseType()
EMF generated code

getTestcaseType_Failure

public EReference getTestcaseType_Failure()

Specified by:
getTestcaseType_Failure in interface EtunitPackage
Returns:
the meta object for the containment reference 'Failure'.
See Also:
TestcaseType.getFailure(), EtunitPackage.getTestcaseType()
EMF generated code

getTestcaseType_Classname

public EAttribute getTestcaseType_Classname()

Specified by:
getTestcaseType_Classname in interface EtunitPackage
Returns:
the meta object for the attribute 'Classname'.
See Also:
TestcaseType.getClassname(), EtunitPackage.getTestcaseType()
EMF generated code

getTestcaseType_Name

public EAttribute getTestcaseType_Name()

Specified by:
getTestcaseType_Name in interface EtunitPackage
Returns:
the meta object for the attribute 'Name'.
See Also:
TestcaseType.getName(), EtunitPackage.getTestcaseType()
EMF generated code

getTestcaseType_Time

public EAttribute getTestcaseType_Time()

Specified by:
getTestcaseType_Time in interface EtunitPackage
Returns:
the meta object for the attribute 'Time'.
See Also:
TestcaseType.getTime(), EtunitPackage.getTestcaseType()
EMF generated code

getTestsuite

public EClass getTestsuite()

Specified by:
getTestsuite in interface EtunitPackage
Returns:
the meta object for class 'Testsuite'.
See Also:
Testsuite
EMF generated code

getTestsuite_Testcase

public EReference getTestsuite_Testcase()

Specified by:
getTestsuite_Testcase in interface EtunitPackage
Returns:
the meta object for the containment reference list 'Testcase'.
See Also:
Testsuite.getTestcase(), EtunitPackage.getTestsuite()
EMF generated code

getTestsuite_Errors

public EAttribute getTestsuite_Errors()

Specified by:
getTestsuite_Errors in interface EtunitPackage
Returns:
the meta object for the attribute 'Errors'.
See Also:
Testsuite.getErrors(), EtunitPackage.getTestsuite()
EMF generated code

getTestsuite_Failures

public EAttribute getTestsuite_Failures()

Specified by:
getTestsuite_Failures in interface EtunitPackage
Returns:
the meta object for the attribute 'Failures'.
See Also:
Testsuite.getFailures(), EtunitPackage.getTestsuite()
EMF generated code

getTestsuite_Name

public EAttribute getTestsuite_Name()

Specified by:
getTestsuite_Name in interface EtunitPackage
Returns:
the meta object for the attribute 'Name'.
See Also:
Testsuite.getName(), EtunitPackage.getTestsuite()
EMF generated code

getTestsuite_Skipped

public EAttribute getTestsuite_Skipped()

Specified by:
getTestsuite_Skipped in interface EtunitPackage
Returns:
the meta object for the attribute 'Skipped'.
See Also:
Testsuite.getSkipped(), EtunitPackage.getTestsuite()
EMF generated code

getTestsuite_Tests

public EAttribute getTestsuite_Tests()

Specified by:
getTestsuite_Tests in interface EtunitPackage
Returns:
the meta object for the attribute 'Tests'.
See Also:
Testsuite.getTests(), EtunitPackage.getTestsuite()
EMF generated code

getTestsuite_Time

public EAttribute getTestsuite_Time()

Specified by:
getTestsuite_Time in interface EtunitPackage
Returns:
the meta object for the attribute 'Time'.
See Also:
Testsuite.getTime(), EtunitPackage.getTestsuite()
EMF generated code

getTestsuite_Timestamp

public EAttribute getTestsuite_Timestamp()

Specified by:
getTestsuite_Timestamp in interface EtunitPackage
Returns:
the meta object for the attribute 'Timestamp'.
See Also:
Testsuite.getTimestamp(), EtunitPackage.getTestsuite()
EMF generated code

getTestsuitesType

public EClass getTestsuitesType()

Specified by:
getTestsuitesType in interface EtunitPackage
Returns:
the meta object for class 'Testsuites Type'.
See Also:
TestsuitesType
EMF generated code

getTestsuitesType_Testsuite

public EReference getTestsuitesType_Testsuite()

Specified by:
getTestsuitesType_Testsuite in interface EtunitPackage
Returns:
the meta object for the containment reference list 'Testsuite'.
See Also:
TestsuitesType.getTestsuite(), EtunitPackage.getTestsuitesType()
EMF generated code

getTestsuiteType

public EClass getTestsuiteType()

Specified by:
getTestsuiteType in interface EtunitPackage
Returns:
the meta object for class 'Testsuite Type'.
See Also:
TestsuiteType
EMF generated code

getISO8601DATETIMEPATTERN

public EDataType getISO8601DATETIMEPATTERN()

Specified by:
getISO8601DATETIMEPATTERN in interface EtunitPackage
Returns:
the meta object for data type 'ISO8601DATETIMEPATTERN'.
See Also:
XMLGregorianCalendar
EMF generated code

getNameType

public EDataType getNameType()

Specified by:
getNameType in interface EtunitPackage
Returns:
the meta object for data type 'Name Type'.
See Also:
String
EMF generated code

getPreString

public EDataType getPreString()

Specified by:
getPreString in interface EtunitPackage
Returns:
the meta object for data type 'Pre String'.
See Also:
String
EMF generated code

getEtunitFactory

public EtunitFactory getEtunitFactory()

Specified by:
getEtunitFactory in interface EtunitPackage
Returns:
the factory that creates the instances of the model.
EMF generated code

createPackageContents

public void createPackageContents()
Creates the meta-model objects for the package. This method is guarded to have no affect on any invocation but its first.

EMF generated code

initializePackageContents

public void initializePackageContents()
Complete the initialization of the package and its meta-model. This method is guarded to have no affect on any invocation but its first.

EMF generated code

createExtendedMetaDataAnnotations

protected void createExtendedMetaDataAnnotations()
Initializes the annotations for http:///org/eclipse/emf/ecore/util/ExtendedMetaData.

EMF generated code