|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Activity
A representation of the model object 'Activity'.
The following features are supported:
TestingPackage.getActivity()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
EList |
getConditionOperation()
Returns the value of the 'Condition Operation' containment reference list. |
EList |
getStep()
Returns the value of the 'Step' containment reference list. |
TestCase |
getTestCase()
Returns the value of the 'Test Case' container reference. |
void |
setTestCase(TestCase value)
Sets the value of the ' Test Case '
container reference.
|
Methods inherited from interface org.ucworkbench.model.IUCElement |
---|
accept, childrenAccept, exists, getAncestor, getChildren, getCorrespondingResource, getElementName, getElementType, getParent, getPath, getUCProject, getUnderlyingResource |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
TestCase getTestCase()
Activity
'.
If the meaning of the 'Test Case' container reference isn't clear, there really should be more of a description here...
setTestCase(TestCase)
,
TestingPackage.getActivity_TestCase()
,
TestCase.getActivity()
void setTestCase(TestCase value)
Test Case
'
container reference.
value
- the new value of the 'Test Case' container
reference.getTestCase()
EList getStep()
Step
. It is bidirectional and its
opposite is 'Activity
'.
If the meaning of the 'Step' containment reference list isn't clear, there really should be more of a description here...
TestingPackage.getActivity_Step()
,
Step.getActivity()
EList getConditionOperation()
ConditionOperation
. It is
bidirectional and its opposite is 'Activity
'.
If the meaning of the 'Condition Operation' containment reference list isn't clear, there really should be more of a description here...
TestingPackage.getActivity_ConditionOperation()
,
ConditionOperation.getActivity()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |