|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConditionOperation
A representation of the model object 'Condition Operation'.
The following features are supported:
TestingPackage.getConditionOperation()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
Activity |
getActivity()
Returns the value of the 'Activity' container reference. |
Condition |
getCondition()
Returns the value of the 'Condition' reference. |
org.ucworkbench.model.testing.ConditionOperationType |
getType()
Returns the value of the 'Type' attribute. |
void |
setActivity(Activity value)
Sets the value of the ' Activity '
container reference.
|
void |
setCondition(Condition value)
Sets the value of the ' Condition '
reference.
|
void |
setType(org.ucworkbench.model.testing.ConditionOperationType value)
Sets the value of the ' Type '
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 |
---|
Activity getActivity()
Condition Operation
'.
If the meaning of the 'Activity' container reference isn't clear, there really should be more of a description here...
setActivity(Activity)
,
TestingPackage.getConditionOperation_Activity()
,
Activity.getConditionOperation()
void setActivity(Activity value)
Activity
'
container reference.
value
- the new value of the 'Activity' container
reference.getActivity()
org.ucworkbench.model.testing.ConditionOperationType getType()
ConditionOperationType
.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
ConditionOperationType
,
setType(ConditionOperationType)
,
TestingPackage.getConditionOperation_Type()
void setType(org.ucworkbench.model.testing.ConditionOperationType value)
Type
'
attribute.
value
- the new value of the 'Type' attribute.ConditionOperationType
,
getType()
Condition getCondition()
Condition Operation
'.
If the meaning of the 'Condition' reference isn't clear, there really should be more of a description here...
setCondition(Condition)
,
TestingPackage.getConditionOperation_Condition()
,
Condition.getConditionOperation()
void setCondition(Condition value)
Condition
'
reference.
value
- the new value of the 'Condition' reference.getCondition()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |