public interface TestSpecification extends EObject
The following features are supported:
FieldofactivityannotationsPackage.getTestSpecification()| Modifier and Type | Method and Description |
|---|---|
FieldOfActivityAnnotationRepository |
getParent()
Returns the value of the 'Parent' container reference.
|
Role |
getRole()
Returns the value of the 'Role' reference.
|
EList<SystemTest> |
getSystemTests()
Returns the value of the 'System Tests' containment reference list.
|
void |
setParent(FieldOfActivityAnnotationRepository value)
Sets the value of the '
Parent' container reference. |
void |
setRole(Role value)
Sets the value of the '
Role' reference. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverFieldOfActivityAnnotationRepository getParent()
Test Specification'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(FieldOfActivityAnnotationRepository),
FieldofactivityannotationsPackage.getTestSpecification_Parent(),
FieldOfActivityAnnotationRepository.getTestSpecification()void setParent(FieldOfActivityAnnotationRepository value)
Parent' container reference.
value - the new value of the 'Parent' container reference.getParent()EList<SystemTest> getSystemTests()
SystemTest.
It is bidirectional and its opposite is 'Parent'.
If the meaning of the 'System Tests' containment reference list isn't clear, there really should be more of a description here...
FieldofactivityannotationsPackage.getTestSpecification_SystemTests(),
SystemTest.getParent()Role getRole()
If the meaning of the 'Role' reference isn't clear, there really should be more of a description here...
setRole(Role),
FieldofactivityannotationsPackage.getTestSpecification_Role()