|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectEObjectImpl
org.eclipse.etrice.etunit.converter.Etunit.impl.TestsuiteImpl
public class TestsuiteImpl
An implementation of the model object 'Testsuite'.
The following features are implemented:
| Field Summary | |
|---|---|
protected int |
errors
The cached value of the ' Errors' attribute. |
protected static int |
ERRORS_EDEFAULT
The default value of the ' Errors' attribute. |
protected boolean |
errorsESet
This is true if the Errors attribute has been set. |
protected int |
failures
The cached value of the ' Failures' attribute. |
protected static int |
FAILURES_EDEFAULT
The default value of the ' Failures' attribute. |
protected boolean |
failuresESet
This is true if the Failures attribute has been set. |
protected java.lang.String |
name
The cached value of the ' Name' attribute. |
protected static java.lang.String |
NAME_EDEFAULT
The default value of the ' Name' attribute. |
protected int |
skipped
The cached value of the ' Skipped' attribute. |
protected static int |
SKIPPED_EDEFAULT
The default value of the ' Skipped' attribute. |
protected boolean |
skippedESet
This is true if the Skipped attribute has been set. |
protected |
testcase
The cached value of the ' Testcase' containment reference list. |
protected int |
tests
The cached value of the ' Tests' attribute. |
protected static int |
TESTS_EDEFAULT
The default value of the ' Tests' attribute. |
protected boolean |
testsESet
This is true if the Tests attribute has been set. |
protected java.math.BigDecimal |
time
The cached value of the ' Time' attribute. |
protected static java.math.BigDecimal |
TIME_EDEFAULT
The default value of the ' Time' attribute. |
protected javax.xml.datatype.XMLGregorianCalendar |
timestamp
The cached value of the ' Timestamp' attribute. |
protected static javax.xml.datatype.XMLGregorianCalendar |
TIMESTAMP_EDEFAULT
The default value of the ' Timestamp' attribute. |
| Constructor Summary | |
|---|---|
protected |
TestsuiteImpl()
|
| Method Summary | |
|---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
int |
getErrors()
|
int |
getFailures()
|
java.lang.String |
getName()
|
int |
getSkipped()
|
|
getTestcase()
|
int |
getTests()
|
java.math.BigDecimal |
getTime()
|
javax.xml.datatype.XMLGregorianCalendar |
getTimestamp()
|
boolean |
isSetErrors()
|
boolean |
isSetFailures()
|
boolean |
isSetSkipped()
|
boolean |
isSetTests()
|
void |
setErrors(int newErrors)
|
void |
setFailures(int newFailures)
|
void |
setName(java.lang.String newName)
|
void |
setSkipped(int newSkipped)
|
void |
setTests(int newTests)
|
void |
setTime(java.math.BigDecimal newTime)
|
void |
setTimestamp(javax.xml.datatype.XMLGregorianCalendar newTimestamp)
|
java.lang.String |
toString()
|
void |
unsetErrors()
|
void |
unsetFailures()
|
void |
unsetSkipped()
|
void |
unsetTests()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protectedtestcase
Testcase' containment reference list.
getTestcase()protected static final int ERRORS_EDEFAULT
Errors' attribute.
getErrors(),
Constant Field Valuesprotected int errors
Errors' attribute.
getErrors()protected boolean errorsESet
protected static final int FAILURES_EDEFAULT
Failures' attribute.
getFailures(),
Constant Field Valuesprotected int failures
Failures' attribute.
getFailures()protected boolean failuresESet
protected static final java.lang.String NAME_EDEFAULT
Name' attribute.
getName()protected java.lang.String name
Name' attribute.
getName()protected static final int SKIPPED_EDEFAULT
Skipped' attribute.
getSkipped(),
Constant Field Valuesprotected int skipped
Skipped' attribute.
getSkipped()protected boolean skippedESet
protected static final int TESTS_EDEFAULT
Tests' attribute.
getTests(),
Constant Field Valuesprotected int tests
Tests' attribute.
getTests()protected boolean testsESet
protected static final java.math.BigDecimal TIME_EDEFAULT
Time' attribute.
getTime()protected java.math.BigDecimal time
Time' attribute.
getTime()protected static final javax.xml.datatype.XMLGregorianCalendar TIMESTAMP_EDEFAULT
Timestamp' attribute.
getTimestamp()protected javax.xml.datatype.XMLGregorianCalendar timestamp
Timestamp' attribute.
getTimestamp()| Constructor Detail |
|---|
protected TestsuiteImpl()
| Method Detail |
|---|
protected EClass eStaticClass()
publicgetTestcase()
getTestcase in interface TestsuiteEtunitPackage.getTestsuite_Testcase()public int getErrors()
getErrors in interface TestsuiteTestsuite.isSetErrors(),
Testsuite.unsetErrors(),
Testsuite.setErrors(int),
EtunitPackage.getTestsuite_Errors()public void setErrors(int newErrors)
setErrors in interface TestsuitenewErrors - the new value of the 'Errors' attribute.Testsuite.isSetErrors(),
Testsuite.unsetErrors(),
Testsuite.getErrors()public void unsetErrors()
unsetErrors in interface TestsuiteTestsuite.isSetErrors(),
Testsuite.getErrors(),
Testsuite.setErrors(int)public boolean isSetErrors()
isSetErrors in interface TestsuiteTestsuite.unsetErrors(),
Testsuite.getErrors(),
Testsuite.setErrors(int)public int getFailures()
getFailures in interface TestsuiteTestsuite.isSetFailures(),
Testsuite.unsetFailures(),
Testsuite.setFailures(int),
EtunitPackage.getTestsuite_Failures()public void setFailures(int newFailures)
setFailures in interface TestsuitenewFailures - the new value of the 'Failures' attribute.Testsuite.isSetFailures(),
Testsuite.unsetFailures(),
Testsuite.getFailures()public void unsetFailures()
unsetFailures in interface TestsuiteTestsuite.isSetFailures(),
Testsuite.getFailures(),
Testsuite.setFailures(int)public boolean isSetFailures()
isSetFailures in interface TestsuiteTestsuite.unsetFailures(),
Testsuite.getFailures(),
Testsuite.setFailures(int)public java.lang.String getName()
getName in interface TestsuiteTestsuite.setName(String),
EtunitPackage.getTestsuite_Name()public void setName(java.lang.String newName)
setName in interface TestsuitenewName - the new value of the 'Name' attribute.Testsuite.getName()public int getSkipped()
getSkipped in interface TestsuiteTestsuite.isSetSkipped(),
Testsuite.unsetSkipped(),
Testsuite.setSkipped(int),
EtunitPackage.getTestsuite_Skipped()public void setSkipped(int newSkipped)
setSkipped in interface TestsuitenewSkipped - the new value of the 'Skipped' attribute.Testsuite.isSetSkipped(),
Testsuite.unsetSkipped(),
Testsuite.getSkipped()public void unsetSkipped()
unsetSkipped in interface TestsuiteTestsuite.isSetSkipped(),
Testsuite.getSkipped(),
Testsuite.setSkipped(int)public boolean isSetSkipped()
isSetSkipped in interface TestsuiteTestsuite.unsetSkipped(),
Testsuite.getSkipped(),
Testsuite.setSkipped(int)public int getTests()
getTests in interface TestsuiteTestsuite.isSetTests(),
Testsuite.unsetTests(),
Testsuite.setTests(int),
EtunitPackage.getTestsuite_Tests()public void setTests(int newTests)
setTests in interface TestsuitenewTests - the new value of the 'Tests' attribute.Testsuite.isSetTests(),
Testsuite.unsetTests(),
Testsuite.getTests()public void unsetTests()
unsetTests in interface TestsuiteTestsuite.isSetTests(),
Testsuite.getTests(),
Testsuite.setTests(int)public boolean isSetTests()
isSetTests in interface TestsuiteTestsuite.unsetTests(),
Testsuite.getTests(),
Testsuite.setTests(int)public java.math.BigDecimal getTime()
getTime in interface TestsuiteTestsuite.setTime(BigDecimal),
EtunitPackage.getTestsuite_Time()public void setTime(java.math.BigDecimal newTime)
setTime in interface TestsuitenewTime - the new value of the 'Time' attribute.Testsuite.getTime()public javax.xml.datatype.XMLGregorianCalendar getTimestamp()
getTimestamp in interface TestsuiteTestsuite.setTimestamp(XMLGregorianCalendar),
EtunitPackage.getTestsuite_Timestamp()public void setTimestamp(javax.xml.datatype.XMLGregorianCalendar newTimestamp)
setTimestamp in interface TestsuitenewTimestamp - the new value of the 'Timestamp' attribute.Testsuite.getTimestamp()
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
public void eSet(int featureID,
java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||