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

All Known Implementing Classes:
EtunitPackageImpl

public interface EtunitPackage

The Package for the model. It contains accessors for the meta objects to represent

etUnit test result schema.

See Also:
EtunitFactory
EMF generated code
EMF model element
kind="package" extendedMetaData="qualified='false'"

Nested Class Summary
static interface EtunitPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Field Summary
static int DOCUMENT_ROOT
          The meta object id for the 'Document Root' class.
static int DOCUMENT_ROOT__MIXED
          The feature id for the 'Mixed' attribute list.
static int DOCUMENT_ROOT__TESTSUITE
          The feature id for the 'Testsuite' containment reference.
static int DOCUMENT_ROOT__TESTSUITES
          The feature id for the 'Testsuites' containment reference.
static int DOCUMENT_ROOT__XMLNS_PREFIX_MAP
          The feature id for the 'XMLNS Prefix Map' map.
static int DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
          The feature id for the 'XSI Schema Location' map.
static int DOCUMENT_ROOT_FEATURE_COUNT
          The number of structural features of the 'Document Root' class.
static EtunitPackage eINSTANCE
          The singleton instance of the package.
static java.lang.String eNAME
          The package name.
static java.lang.String eNS_PREFIX
          The package namespace name.
static java.lang.String eNS_URI
          The package namespace URI.
static int ERROR_TYPE
          The meta object id for the 'Error Type' class.
static int ERROR_TYPE__ACTUAL
          The feature id for the 'Actual' attribute.
static int ERROR_TYPE__EXPECTED
          The feature id for the 'Expected' attribute.
static int ERROR_TYPE__MIXED
          The feature id for the 'Mixed' attribute list.
static int ERROR_TYPE_FEATURE_COUNT
          The number of structural features of the 'Error Type' class.
static int FAILURE_TYPE
          The meta object id for the 'Failure Type' class.
static int FAILURE_TYPE__ACTUAL
          The feature id for the 'Actual' attribute.
static int FAILURE_TYPE__EXPECTED
          The feature id for the 'Expected' attribute.
static int FAILURE_TYPE__MIXED
          The feature id for the 'Mixed' attribute list.
static int FAILURE_TYPE_FEATURE_COUNT
          The number of structural features of the 'Failure Type' class.
static int ISO8601DATETIMEPATTERN
          The meta object id for the 'ISO8601DATETIMEPATTERN' data type.
static int NAME_TYPE
          The meta object id for the 'Name Type' data type.
static int PRE_STRING
          The meta object id for the 'Pre String' data type.
static int TESTCASE_TYPE
          The meta object id for the 'Testcase Type' class.
static int TESTCASE_TYPE__CLASSNAME
          The feature id for the 'Classname' attribute.
static int TESTCASE_TYPE__ERROR
          The feature id for the 'Error' containment reference.
static int TESTCASE_TYPE__FAILURE
          The feature id for the 'Failure' containment reference.
static int TESTCASE_TYPE__NAME
          The feature id for the 'Name' attribute.
static int TESTCASE_TYPE__TIME
          The feature id for the 'Time' attribute.
static int TESTCASE_TYPE_FEATURE_COUNT
          The number of structural features of the 'Testcase Type' class.
static int TESTSUITE
          The meta object id for the 'Testsuite' class.
static int TESTSUITE__ERRORS
          The feature id for the 'Errors' attribute.
static int TESTSUITE__FAILURES
          The feature id for the 'Failures' attribute.
static int TESTSUITE__NAME
          The feature id for the 'Name' attribute.
static int TESTSUITE__SKIPPED
          The feature id for the 'Skipped' attribute.
static int TESTSUITE__TESTCASE
          The feature id for the 'Testcase' containment reference list.
static int TESTSUITE__TESTS
          The feature id for the 'Tests' attribute.
static int TESTSUITE__TIME
          The feature id for the 'Time' attribute.
static int TESTSUITE__TIMESTAMP
          The feature id for the 'Timestamp' attribute.
static int TESTSUITE_FEATURE_COUNT
          The number of structural features of the 'Testsuite' class.
static int TESTSUITE_TYPE
          The meta object id for the 'Testsuite Type' class.
static int TESTSUITE_TYPE__ERRORS
          The feature id for the 'Errors' attribute.
static int TESTSUITE_TYPE__FAILURES
          The feature id for the 'Failures' attribute.
static int TESTSUITE_TYPE__NAME
          The feature id for the 'Name' attribute.
static int TESTSUITE_TYPE__SKIPPED
          The feature id for the 'Skipped' attribute.
static int TESTSUITE_TYPE__TESTCASE
          The feature id for the 'Testcase' containment reference list.
static int TESTSUITE_TYPE__TESTS
          The feature id for the 'Tests' attribute.
static int TESTSUITE_TYPE__TIME
          The feature id for the 'Time' attribute.
static int TESTSUITE_TYPE__TIMESTAMP
          The feature id for the 'Timestamp' attribute.
static int TESTSUITE_TYPE_FEATURE_COUNT
          The number of structural features of the 'Testsuite Type' class.
static int TESTSUITES_TYPE
          The meta object id for the 'Testsuites Type' class.
static int TESTSUITES_TYPE__TESTSUITE
          The feature id for the 'Testsuite' containment reference list.
static int TESTSUITES_TYPE_FEATURE_COUNT
          The number of structural features of the 'Testsuites Type' class.
 
Method Summary
 EAttribute getDocumentRoot_Mixed()
          Returns the meta object for the attribute list 'Mixed'.
 EReference getDocumentRoot_Testsuite()
          Returns the meta object for the containment reference 'Testsuite'.
 EReference getDocumentRoot_Testsuites()
          Returns the meta object for the containment reference 'Testsuites'.
 EReference getDocumentRoot_XMLNSPrefixMap()
          Returns the meta object for the map 'XMLNS Prefix Map'.
 EReference getDocumentRoot_XSISchemaLocation()
          Returns the meta object for the map 'XSI Schema Location'.
 EClass getDocumentRoot()
          Returns the meta object for class 'Document Root'.
 EAttribute getErrorType_Actual()
          Returns the meta object for the attribute 'Actual'.
 EAttribute getErrorType_Expected()
          Returns the meta object for the attribute 'Expected'.
 EAttribute getErrorType_Mixed()
          Returns the meta object for the attribute list 'Mixed'.
 EClass getErrorType()
          Returns the meta object for class 'Error Type'.
 EtunitFactory getEtunitFactory()
          Returns the factory that creates the instances of the model.
 EAttribute getFailureType_Actual()
          Returns the meta object for the attribute 'Actual'.
 EAttribute getFailureType_Expected()
          Returns the meta object for the attribute 'Expected'.
 EAttribute getFailureType_Mixed()
          Returns the meta object for the attribute list 'Mixed'.
 EClass getFailureType()
          Returns the meta object for class 'Failure Type'.
 EDataType getISO8601DATETIMEPATTERN()
          Returns the meta object for data type 'ISO8601DATETIMEPATTERN'.
 EDataType getNameType()
          Returns the meta object for data type 'Name Type'.
 EDataType getPreString()
          Returns the meta object for data type 'Pre String'.
 EAttribute getTestcaseType_Classname()
          Returns the meta object for the attribute 'Classname'.
 EReference getTestcaseType_Error()
          Returns the meta object for the containment reference 'Error'.
 EReference getTestcaseType_Failure()
          Returns the meta object for the containment reference 'Failure'.
 EAttribute getTestcaseType_Name()
          Returns the meta object for the attribute 'Name'.
 EAttribute getTestcaseType_Time()
          Returns the meta object for the attribute 'Time'.
 EClass getTestcaseType()
          Returns the meta object for class 'Testcase Type'.
 EAttribute getTestsuite_Errors()
          Returns the meta object for the attribute 'Errors'.
 EAttribute getTestsuite_Failures()
          Returns the meta object for the attribute 'Failures'.
 EAttribute getTestsuite_Name()
          Returns the meta object for the attribute 'Name'.
 EAttribute getTestsuite_Skipped()
          Returns the meta object for the attribute 'Skipped'.
 EReference getTestsuite_Testcase()
          Returns the meta object for the containment reference list 'Testcase'.
 EAttribute getTestsuite_Tests()
          Returns the meta object for the attribute 'Tests'.
 EAttribute getTestsuite_Time()
          Returns the meta object for the attribute 'Time'.
 EAttribute getTestsuite_Timestamp()
          Returns the meta object for the attribute 'Timestamp'.
 EClass getTestsuite()
          Returns the meta object for class 'Testsuite'.
 EReference getTestsuitesType_Testsuite()
          Returns the meta object for the containment reference list 'Testsuite'.
 EClass getTestsuitesType()
          Returns the meta object for class 'Testsuites Type'.
 EClass getTestsuiteType()
          Returns the meta object for class 'Testsuite Type'.
 

Field Detail

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values
EMF generated code

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values
EMF generated code

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values
EMF generated code

eINSTANCE

static final EtunitPackage eINSTANCE
The singleton instance of the package.

EMF generated code

DOCUMENT_ROOT

static final int DOCUMENT_ROOT
The meta object id for the 'Document Root' class.

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

DOCUMENT_ROOT__MIXED

static final int DOCUMENT_ROOT__MIXED
The feature id for the 'Mixed' attribute list.

See Also:
Constant Field Values
EMF generated code
EMF ordered

DOCUMENT_ROOT__XMLNS_PREFIX_MAP

static final int DOCUMENT_ROOT__XMLNS_PREFIX_MAP
The feature id for the 'XMLNS Prefix Map' map.

See Also:
Constant Field Values
EMF generated code
EMF ordered

DOCUMENT_ROOT__XSI_SCHEMA_LOCATION

static final int DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
The feature id for the 'XSI Schema Location' map.

See Also:
Constant Field Values
EMF generated code
EMF ordered

DOCUMENT_ROOT__TESTSUITE

static final int DOCUMENT_ROOT__TESTSUITE
The feature id for the 'Testsuite' containment reference.

See Also:
Constant Field Values
EMF generated code
EMF ordered

DOCUMENT_ROOT__TESTSUITES

static final int DOCUMENT_ROOT__TESTSUITES
The feature id for the 'Testsuites' containment reference.

See Also:
Constant Field Values
EMF generated code
EMF ordered

DOCUMENT_ROOT_FEATURE_COUNT

static final int DOCUMENT_ROOT_FEATURE_COUNT
The number of structural features of the 'Document Root' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

ERROR_TYPE

static final int ERROR_TYPE
The meta object id for the 'Error Type' class.

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

ERROR_TYPE__MIXED

static final int ERROR_TYPE__MIXED
The feature id for the 'Mixed' attribute list.

See Also:
Constant Field Values
EMF generated code
EMF ordered

ERROR_TYPE__EXPECTED

static final int ERROR_TYPE__EXPECTED
The feature id for the 'Expected' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

ERROR_TYPE__ACTUAL

static final int ERROR_TYPE__ACTUAL
The feature id for the 'Actual' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

ERROR_TYPE_FEATURE_COUNT

static final int ERROR_TYPE_FEATURE_COUNT
The number of structural features of the 'Error Type' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

FAILURE_TYPE

static final int FAILURE_TYPE
The meta object id for the 'Failure Type' class.

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

FAILURE_TYPE__MIXED

static final int FAILURE_TYPE__MIXED
The feature id for the 'Mixed' attribute list.

See Also:
Constant Field Values
EMF generated code
EMF ordered

FAILURE_TYPE__EXPECTED

static final int FAILURE_TYPE__EXPECTED
The feature id for the 'Expected' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

FAILURE_TYPE__ACTUAL

static final int FAILURE_TYPE__ACTUAL
The feature id for the 'Actual' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

FAILURE_TYPE_FEATURE_COUNT

static final int FAILURE_TYPE_FEATURE_COUNT
The number of structural features of the 'Failure Type' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

TESTCASE_TYPE

static final int TESTCASE_TYPE
The meta object id for the 'Testcase Type' class.

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

TESTCASE_TYPE__ERROR

static final int TESTCASE_TYPE__ERROR
The feature id for the 'Error' containment reference.

See Also:
Constant Field Values
EMF generated code
EMF ordered

TESTCASE_TYPE__FAILURE

static final int TESTCASE_TYPE__FAILURE
The feature id for the 'Failure' containment reference.

See Also:
Constant Field Values
EMF generated code
EMF ordered

TESTCASE_TYPE__CLASSNAME

static final int TESTCASE_TYPE__CLASSNAME
The feature id for the 'Classname' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

TESTCASE_TYPE__NAME

static final int TESTCASE_TYPE__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

TESTCASE_TYPE__TIME

static final int TESTCASE_TYPE__TIME
The feature id for the 'Time' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

TESTCASE_TYPE_FEATURE_COUNT

static final int TESTCASE_TYPE_FEATURE_COUNT
The number of structural features of the 'Testcase Type' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

TESTSUITE

static final int TESTSUITE
The meta object id for the 'Testsuite' class.

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

TESTSUITE__TESTCASE

static final int TESTSUITE__TESTCASE
The feature id for the 'Testcase' containment reference list.

See Also:
Constant Field Values
EMF generated code
EMF ordered

TESTSUITE__ERRORS

static final int TESTSUITE__ERRORS
The feature id for the 'Errors' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

TESTSUITE__FAILURES

static final int TESTSUITE__FAILURES
The feature id for the 'Failures' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

TESTSUITE__NAME

static final int TESTSUITE__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

TESTSUITE__SKIPPED

static final int TESTSUITE__SKIPPED
The feature id for the 'Skipped' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

TESTSUITE__TESTS

static final int TESTSUITE__TESTS
The feature id for the 'Tests' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

TESTSUITE__TIME

static final int TESTSUITE__TIME
The feature id for the 'Time' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

TESTSUITE__TIMESTAMP

static final int TESTSUITE__TIMESTAMP
The feature id for the 'Timestamp' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

TESTSUITE_FEATURE_COUNT

static final int TESTSUITE_FEATURE_COUNT
The number of structural features of the 'Testsuite' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

TESTSUITES_TYPE

static final int TESTSUITES_TYPE
The meta object id for the 'Testsuites Type' class.

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

TESTSUITES_TYPE__TESTSUITE

static final int TESTSUITES_TYPE__TESTSUITE
The feature id for the 'Testsuite' containment reference list.

See Also:
Constant Field Values
EMF generated code
EMF ordered

TESTSUITES_TYPE_FEATURE_COUNT

static final int TESTSUITES_TYPE_FEATURE_COUNT
The number of structural features of the 'Testsuites Type' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

TESTSUITE_TYPE

static final int TESTSUITE_TYPE
The meta object id for the 'Testsuite Type' class.

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

TESTSUITE_TYPE__TESTCASE

static final int TESTSUITE_TYPE__TESTCASE
The feature id for the 'Testcase' containment reference list.

See Also:
Constant Field Values
EMF generated code
EMF ordered

TESTSUITE_TYPE__ERRORS

static final int TESTSUITE_TYPE__ERRORS
The feature id for the 'Errors' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

TESTSUITE_TYPE__FAILURES

static final int TESTSUITE_TYPE__FAILURES
The feature id for the 'Failures' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

TESTSUITE_TYPE__NAME

static final int TESTSUITE_TYPE__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

TESTSUITE_TYPE__SKIPPED

static final int TESTSUITE_TYPE__SKIPPED
The feature id for the 'Skipped' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

TESTSUITE_TYPE__TESTS

static final int TESTSUITE_TYPE__TESTS
The feature id for the 'Tests' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

TESTSUITE_TYPE__TIME

static final int TESTSUITE_TYPE__TIME
The feature id for the 'Time' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

TESTSUITE_TYPE__TIMESTAMP

static final int TESTSUITE_TYPE__TIMESTAMP
The feature id for the 'Timestamp' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

TESTSUITE_TYPE_FEATURE_COUNT

static final int TESTSUITE_TYPE_FEATURE_COUNT
The number of structural features of the 'Testsuite Type' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

ISO8601DATETIMEPATTERN

static final int ISO8601DATETIMEPATTERN
The meta object id for the 'ISO8601DATETIMEPATTERN' data type.

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

NAME_TYPE

static final int NAME_TYPE
The meta object id for the 'Name Type' data type.

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

PRE_STRING

static final int PRE_STRING
The meta object id for the 'Pre String' data type.

See Also:
String, EtunitPackageImpl.getPreString(), Constant Field Values
EMF generated code
Method Detail

getDocumentRoot

EClass getDocumentRoot()
Returns the meta object for class 'Document Root'.

Returns:
the meta object for class 'Document Root'.
See Also:
DocumentRoot
EMF generated code

getDocumentRoot_Mixed

EAttribute getDocumentRoot_Mixed()
Returns the meta object for the attribute list 'Mixed'.

Returns:
the meta object for the attribute list 'Mixed'.
See Also:
DocumentRoot.getMixed(), getDocumentRoot()
EMF generated code

getDocumentRoot_XMLNSPrefixMap

EReference getDocumentRoot_XMLNSPrefixMap()
Returns the meta object for the map 'XMLNS Prefix Map'.

Returns:
the meta object for the map 'XMLNS Prefix Map'.
See Also:
DocumentRoot.getXMLNSPrefixMap(), getDocumentRoot()
EMF generated code

getDocumentRoot_XSISchemaLocation

EReference getDocumentRoot_XSISchemaLocation()
Returns the meta object for the map 'XSI Schema Location'.

Returns:
the meta object for the map 'XSI Schema Location'.
See Also:
DocumentRoot.getXSISchemaLocation(), getDocumentRoot()
EMF generated code

getDocumentRoot_Testsuite

EReference getDocumentRoot_Testsuite()
Returns the meta object for the containment reference 'Testsuite'.

Returns:
the meta object for the containment reference 'Testsuite'.
See Also:
DocumentRoot.getTestsuite(), getDocumentRoot()
EMF generated code

getDocumentRoot_Testsuites

EReference getDocumentRoot_Testsuites()
Returns the meta object for the containment reference 'Testsuites'.

Returns:
the meta object for the containment reference 'Testsuites'.
See Also:
DocumentRoot.getTestsuites(), getDocumentRoot()
EMF generated code

getErrorType

EClass getErrorType()
Returns the meta object for class 'Error Type'.

Returns:
the meta object for class 'Error Type'.
See Also:
ErrorType
EMF generated code

getErrorType_Mixed

EAttribute getErrorType_Mixed()
Returns the meta object for the attribute list 'Mixed'.

Returns:
the meta object for the attribute list 'Mixed'.
See Also:
ErrorType.getMixed(), getErrorType()
EMF generated code

getErrorType_Expected

EAttribute getErrorType_Expected()
Returns the meta object for the attribute 'Expected'.

Returns:
the meta object for the attribute 'Expected'.
See Also:
ErrorType.getExpected(), getErrorType()
EMF generated code

getErrorType_Actual

EAttribute getErrorType_Actual()
Returns the meta object for the attribute 'Actual'.

Returns:
the meta object for the attribute 'Actual'.
See Also:
ErrorType.getActual(), getErrorType()
EMF generated code

getFailureType

EClass getFailureType()
Returns the meta object for class 'Failure Type'.

Returns:
the meta object for class 'Failure Type'.
See Also:
FailureType
EMF generated code

getFailureType_Mixed

EAttribute getFailureType_Mixed()
Returns the meta object for the attribute list 'Mixed'.

Returns:
the meta object for the attribute list 'Mixed'.
See Also:
FailureType.getMixed(), getFailureType()
EMF generated code

getFailureType_Expected

EAttribute getFailureType_Expected()
Returns the meta object for the attribute 'Expected'.

Returns:
the meta object for the attribute 'Expected'.
See Also:
FailureType.getExpected(), getFailureType()
EMF generated code

getFailureType_Actual

EAttribute getFailureType_Actual()
Returns the meta object for the attribute 'Actual'.

Returns:
the meta object for the attribute 'Actual'.
See Also:
FailureType.getActual(), getFailureType()
EMF generated code

getTestcaseType

EClass getTestcaseType()
Returns the meta object for class 'Testcase Type'.

Returns:
the meta object for class 'Testcase Type'.
See Also:
TestcaseType
EMF generated code

getTestcaseType_Error

EReference getTestcaseType_Error()
Returns the meta object for the containment reference 'Error'.

Returns:
the meta object for the containment reference 'Error'.
See Also:
TestcaseType.getError(), getTestcaseType()
EMF generated code

getTestcaseType_Failure

EReference getTestcaseType_Failure()
Returns the meta object for the containment reference 'Failure'.

Returns:
the meta object for the containment reference 'Failure'.
See Also:
TestcaseType.getFailure(), getTestcaseType()
EMF generated code

getTestcaseType_Classname

EAttribute getTestcaseType_Classname()
Returns the meta object for the attribute 'Classname'.

Returns:
the meta object for the attribute 'Classname'.
See Also:
TestcaseType.getClassname(), getTestcaseType()
EMF generated code

getTestcaseType_Name

EAttribute getTestcaseType_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
TestcaseType.getName(), getTestcaseType()
EMF generated code

getTestcaseType_Time

EAttribute getTestcaseType_Time()
Returns the meta object for the attribute 'Time'.

Returns:
the meta object for the attribute 'Time'.
See Also:
TestcaseType.getTime(), getTestcaseType()
EMF generated code

getTestsuite

EClass getTestsuite()
Returns the meta object for class 'Testsuite'.

Returns:
the meta object for class 'Testsuite'.
See Also:
Testsuite
EMF generated code

getTestsuite_Testcase

EReference getTestsuite_Testcase()
Returns the meta object for the containment reference list 'Testcase'.

Returns:
the meta object for the containment reference list 'Testcase'.
See Also:
Testsuite.getTestcase(), getTestsuite()
EMF generated code

getTestsuite_Errors

EAttribute getTestsuite_Errors()
Returns the meta object for the attribute 'Errors'.

Returns:
the meta object for the attribute 'Errors'.
See Also:
Testsuite.getErrors(), getTestsuite()
EMF generated code

getTestsuite_Failures

EAttribute getTestsuite_Failures()
Returns the meta object for the attribute 'Failures'.

Returns:
the meta object for the attribute 'Failures'.
See Also:
Testsuite.getFailures(), getTestsuite()
EMF generated code

getTestsuite_Name

EAttribute getTestsuite_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
Testsuite.getName(), getTestsuite()
EMF generated code

getTestsuite_Skipped

EAttribute getTestsuite_Skipped()
Returns the meta object for the attribute 'Skipped'.

Returns:
the meta object for the attribute 'Skipped'.
See Also:
Testsuite.getSkipped(), getTestsuite()
EMF generated code

getTestsuite_Tests

EAttribute getTestsuite_Tests()
Returns the meta object for the attribute 'Tests'.

Returns:
the meta object for the attribute 'Tests'.
See Also:
Testsuite.getTests(), getTestsuite()
EMF generated code

getTestsuite_Time

EAttribute getTestsuite_Time()
Returns the meta object for the attribute 'Time'.

Returns:
the meta object for the attribute 'Time'.
See Also:
Testsuite.getTime(), getTestsuite()
EMF generated code

getTestsuite_Timestamp

EAttribute getTestsuite_Timestamp()
Returns the meta object for the attribute 'Timestamp'.

Returns:
the meta object for the attribute 'Timestamp'.
See Also:
Testsuite.getTimestamp(), getTestsuite()
EMF generated code

getTestsuitesType

EClass getTestsuitesType()
Returns the meta object for class 'Testsuites Type'.

Returns:
the meta object for class 'Testsuites Type'.
See Also:
TestsuitesType
EMF generated code

getTestsuitesType_Testsuite

EReference getTestsuitesType_Testsuite()
Returns the meta object for the containment reference list 'Testsuite'.

Returns:
the meta object for the containment reference list 'Testsuite'.
See Also:
TestsuitesType.getTestsuite(), getTestsuitesType()
EMF generated code

getTestsuiteType

EClass getTestsuiteType()
Returns the meta object for class 'Testsuite Type'.

Returns:
the meta object for class 'Testsuite Type'.
See Also:
TestsuiteType
EMF generated code

getISO8601DATETIMEPATTERN

EDataType getISO8601DATETIMEPATTERN()
Returns the meta object for data type 'ISO8601DATETIMEPATTERN'.

Returns:
the meta object for data type 'ISO8601DATETIMEPATTERN'.
See Also:
XMLGregorianCalendar
EMF generated code
EMF model element
instanceClass="javax.xml.datatype.XMLGregorianCalendar" extendedMetaData="name='ISO8601_DATETIME_PATTERN' baseType='http://www.eclipse.org/emf/2003/XMLType#dateTime' pattern='[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}'"

getNameType

EDataType getNameType()
Returns the meta object for data type 'Name Type'.

Returns:
the meta object for data type 'Name Type'.
See Also:
String
EMF generated code
EMF model element
instanceClass="java.lang.String" extendedMetaData="name='name_._type' baseType='http://www.eclipse.org/emf/2003/XMLType#token' minLength='1'"

getPreString

EDataType getPreString()
Returns the meta object for data type 'Pre String'.

Returns:
the meta object for data type 'Pre String'.
See Also:
String
EMF generated code
EMF model element
instanceClass="java.lang.String" extendedMetaData="name='pre-string' baseType='http://www.eclipse.org/emf/2003/XMLType#string' whiteSpace='preserve'"

getEtunitFactory

EtunitFactory getEtunitFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.
EMF generated code