|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Condition
A representation of the model object 'Condition'.
The following features are supported:
TestingPackage.getCondition()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
EList |
getConditionOperation()
Returns the value of the 'Condition Operation' reference list. |
ConditionRegistry |
getConditionRegistry()
Returns the value of the 'Condition Registry' container reference. |
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute |
EList |
getTestCase()
Returns the value of the 'Test Case' reference list. |
void |
setConditionRegistry(ConditionRegistry value)
Sets the value of the ' Condition Registry '
container reference.
|
void |
setDescription(java.lang.String value)
Sets the value of the ' Description '
attribute.
|
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 |
---|
EList getTestCase()
TestCase
. It is bidirectional and
its opposite is 'Precondition
'.
If the meaning of the 'Test Case' reference list isn't clear, there really should be more of a description here...
TestingPackage.getCondition_TestCase()
,
TestCase.getPrecondition()
java.lang.String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String)
,
TestingPackage.getCondition_Description()
void setDescription(java.lang.String value)
Description
'
attribute.
value
- the new value of the 'Description' attribute.getDescription()
ConditionRegistry getConditionRegistry()
Condition
'.
If the meaning of the 'Condition Registry' container reference isn't clear, there really should be more of a description here...
setConditionRegistry(ConditionRegistry)
,
TestingPackage.getCondition_ConditionRegistry()
,
ConditionRegistry.getCondition()
void setConditionRegistry(ConditionRegistry value)
Condition Registry
'
container reference.
value
- the new value of the 'Condition Registry'
container reference.getConditionRegistry()
EList getConditionOperation()
ConditionOperation
. It is
bidirectional and its opposite is 'Condition
'.
If the meaning of the 'Condition Operation' reference list isn't clear, there really should be more of a description here...
TestingPackage.getCondition_ConditionOperation()
,
ConditionOperation.getCondition()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |