org.eclipse.etrice.etunit.converter.Etunit
Interface EtunitPackage.Literals

Enclosing interface:
EtunitPackage

public static interface EtunitPackage.Literals

Defines literals for the meta objects that represent

EMF generated code

Field Summary
static EClass DOCUMENT_ROOT
          The meta object literal for the 'Document Root' class.
static EAttribute DOCUMENT_ROOT__MIXED
          The meta object literal for the 'Mixed' attribute list feature.
static EReference DOCUMENT_ROOT__TESTSUITE
          The meta object literal for the 'Testsuite' containment reference feature.
static EReference DOCUMENT_ROOT__TESTSUITES
          The meta object literal for the 'Testsuites' containment reference feature.
static EReference DOCUMENT_ROOT__XMLNS_PREFIX_MAP
          The meta object literal for the 'XMLNS Prefix Map' map feature.
static EReference DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
          The meta object literal for the 'XSI Schema Location' map feature.
static EClass ERROR_TYPE
          The meta object literal for the 'Error Type' class.
static EAttribute ERROR_TYPE__ACTUAL
          The meta object literal for the 'Actual' attribute feature.
static EAttribute ERROR_TYPE__EXPECTED
          The meta object literal for the 'Expected' attribute feature.
static EAttribute ERROR_TYPE__MIXED
          The meta object literal for the 'Mixed' attribute list feature.
static EClass FAILURE_TYPE
          The meta object literal for the 'Failure Type' class.
static EAttribute FAILURE_TYPE__ACTUAL
          The meta object literal for the 'Actual' attribute feature.
static EAttribute FAILURE_TYPE__EXPECTED
          The meta object literal for the 'Expected' attribute feature.
static EAttribute FAILURE_TYPE__MIXED
          The meta object literal for the 'Mixed' attribute list feature.
static EDataType ISO8601DATETIMEPATTERN
          The meta object literal for the 'ISO8601DATETIMEPATTERN' data type.
static EDataType NAME_TYPE
          The meta object literal for the 'Name Type' data type.
static EDataType PRE_STRING
          The meta object literal for the 'Pre String' data type.
static EClass TESTCASE_TYPE
          The meta object literal for the 'Testcase Type' class.
static EAttribute TESTCASE_TYPE__CLASSNAME
          The meta object literal for the 'Classname' attribute feature.
static EReference TESTCASE_TYPE__ERROR
          The meta object literal for the 'Error' containment reference feature.
static EReference TESTCASE_TYPE__FAILURE
          The meta object literal for the 'Failure' containment reference feature.
static EAttribute TESTCASE_TYPE__NAME
          The meta object literal for the 'Name' attribute feature.
static EAttribute TESTCASE_TYPE__TIME
          The meta object literal for the 'Time' attribute feature.
static EClass TESTSUITE
          The meta object literal for the 'Testsuite' class.
static EAttribute TESTSUITE__ERRORS
          The meta object literal for the 'Errors' attribute feature.
static EAttribute TESTSUITE__FAILURES
          The meta object literal for the 'Failures' attribute feature.
static EAttribute TESTSUITE__NAME
          The meta object literal for the 'Name' attribute feature.
static EAttribute TESTSUITE__SKIPPED
          The meta object literal for the 'Skipped' attribute feature.
static EReference TESTSUITE__TESTCASE
          The meta object literal for the 'Testcase' containment reference list feature.
static EAttribute TESTSUITE__TESTS
          The meta object literal for the 'Tests' attribute feature.
static EAttribute TESTSUITE__TIME
          The meta object literal for the 'Time' attribute feature.
static EAttribute TESTSUITE__TIMESTAMP
          The meta object literal for the 'Timestamp' attribute feature.
static EClass TESTSUITE_TYPE
          The meta object literal for the 'Testsuite Type' class.
static EClass TESTSUITES_TYPE
          The meta object literal for the 'Testsuites Type' class.
static EReference TESTSUITES_TYPE__TESTSUITE
          The meta object literal for the 'Testsuite' containment reference list feature.
 

Field Detail

DOCUMENT_ROOT

static final EClass DOCUMENT_ROOT
The meta object literal for the 'Document Root' class.

See Also:
DocumentRootImpl, EtunitPackageImpl.getDocumentRoot()
EMF generated code

DOCUMENT_ROOT__MIXED

static final EAttribute DOCUMENT_ROOT__MIXED
The meta object literal for the 'Mixed' attribute list feature.

EMF generated code

DOCUMENT_ROOT__XMLNS_PREFIX_MAP

static final EReference DOCUMENT_ROOT__XMLNS_PREFIX_MAP
The meta object literal for the 'XMLNS Prefix Map' map feature.

EMF generated code

DOCUMENT_ROOT__XSI_SCHEMA_LOCATION

static final EReference DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
The meta object literal for the 'XSI Schema Location' map feature.

EMF generated code

DOCUMENT_ROOT__TESTSUITE

static final EReference DOCUMENT_ROOT__TESTSUITE
The meta object literal for the 'Testsuite' containment reference feature.

EMF generated code

DOCUMENT_ROOT__TESTSUITES

static final EReference DOCUMENT_ROOT__TESTSUITES
The meta object literal for the 'Testsuites' containment reference feature.

EMF generated code

ERROR_TYPE

static final EClass ERROR_TYPE
The meta object literal for the 'Error Type' class.

See Also:
ErrorTypeImpl, EtunitPackageImpl.getErrorType()
EMF generated code

ERROR_TYPE__MIXED

static final EAttribute ERROR_TYPE__MIXED
The meta object literal for the 'Mixed' attribute list feature.

EMF generated code

ERROR_TYPE__EXPECTED

static final EAttribute ERROR_TYPE__EXPECTED
The meta object literal for the 'Expected' attribute feature.

EMF generated code

ERROR_TYPE__ACTUAL

static final EAttribute ERROR_TYPE__ACTUAL
The meta object literal for the 'Actual' attribute feature.

EMF generated code

FAILURE_TYPE

static final EClass FAILURE_TYPE
The meta object literal for the 'Failure Type' class.

See Also:
FailureTypeImpl, EtunitPackageImpl.getFailureType()
EMF generated code

FAILURE_TYPE__MIXED

static final EAttribute FAILURE_TYPE__MIXED
The meta object literal for the 'Mixed' attribute list feature.

EMF generated code

FAILURE_TYPE__EXPECTED

static final EAttribute FAILURE_TYPE__EXPECTED
The meta object literal for the 'Expected' attribute feature.

EMF generated code

FAILURE_TYPE__ACTUAL

static final EAttribute FAILURE_TYPE__ACTUAL
The meta object literal for the 'Actual' attribute feature.

EMF generated code

TESTCASE_TYPE

static final EClass TESTCASE_TYPE
The meta object literal for the 'Testcase Type' class.

See Also:
TestcaseTypeImpl, EtunitPackageImpl.getTestcaseType()
EMF generated code

TESTCASE_TYPE__ERROR

static final EReference TESTCASE_TYPE__ERROR
The meta object literal for the 'Error' containment reference feature.

EMF generated code

TESTCASE_TYPE__FAILURE

static final EReference TESTCASE_TYPE__FAILURE
The meta object literal for the 'Failure' containment reference feature.

EMF generated code

TESTCASE_TYPE__CLASSNAME

static final EAttribute TESTCASE_TYPE__CLASSNAME
The meta object literal for the 'Classname' attribute feature.

EMF generated code

TESTCASE_TYPE__NAME

static final EAttribute TESTCASE_TYPE__NAME
The meta object literal for the 'Name' attribute feature.

EMF generated code

TESTCASE_TYPE__TIME

static final EAttribute TESTCASE_TYPE__TIME
The meta object literal for the 'Time' attribute feature.

EMF generated code

TESTSUITE

static final EClass TESTSUITE
The meta object literal for the 'Testsuite' class.

See Also:
TestsuiteImpl, EtunitPackageImpl.getTestsuite()
EMF generated code

TESTSUITE__TESTCASE

static final EReference TESTSUITE__TESTCASE
The meta object literal for the 'Testcase' containment reference list feature.

EMF generated code

TESTSUITE__ERRORS

static final EAttribute TESTSUITE__ERRORS
The meta object literal for the 'Errors' attribute feature.

EMF generated code

TESTSUITE__FAILURES

static final EAttribute TESTSUITE__FAILURES
The meta object literal for the 'Failures' attribute feature.

EMF generated code

TESTSUITE__NAME

static final EAttribute TESTSUITE__NAME
The meta object literal for the 'Name' attribute feature.

EMF generated code

TESTSUITE__SKIPPED

static final EAttribute TESTSUITE__SKIPPED
The meta object literal for the 'Skipped' attribute feature.

EMF generated code

TESTSUITE__TESTS

static final EAttribute TESTSUITE__TESTS
The meta object literal for the 'Tests' attribute feature.

EMF generated code

TESTSUITE__TIME

static final EAttribute TESTSUITE__TIME
The meta object literal for the 'Time' attribute feature.

EMF generated code

TESTSUITE__TIMESTAMP

static final EAttribute TESTSUITE__TIMESTAMP
The meta object literal for the 'Timestamp' attribute feature.

EMF generated code

TESTSUITES_TYPE

static final EClass TESTSUITES_TYPE
The meta object literal for the 'Testsuites Type' class.

See Also:
TestsuitesTypeImpl, EtunitPackageImpl.getTestsuitesType()
EMF generated code

TESTSUITES_TYPE__TESTSUITE

static final EReference TESTSUITES_TYPE__TESTSUITE
The meta object literal for the 'Testsuite' containment reference list feature.

EMF generated code

TESTSUITE_TYPE

static final EClass TESTSUITE_TYPE
The meta object literal for the 'Testsuite Type' class.

See Also:
TestsuiteTypeImpl, EtunitPackageImpl.getTestsuiteType()
EMF generated code

ISO8601DATETIMEPATTERN

static final EDataType ISO8601DATETIMEPATTERN
The meta object literal for the 'ISO8601DATETIMEPATTERN' data type.

See Also:
XMLGregorianCalendar, EtunitPackageImpl.getISO8601DATETIMEPATTERN()
EMF generated code

NAME_TYPE

static final EDataType NAME_TYPE
The meta object literal for the 'Name Type' data type.

See Also:
String, EtunitPackageImpl.getNameType()
EMF generated code

PRE_STRING

static final EDataType PRE_STRING
The meta object literal for the 'Pre String' data type.

See Also:
String, EtunitPackageImpl.getPreString()
EMF generated code