org.ucworkbench.model.testing
Interface ConditionOperation

All Superinterfaces:
EUCObject, IUCElement

public interface ConditionOperation
extends EUCObject

A representation of the model object 'Condition Operation'.

The following features are supported:

See Also:
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

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getActivity

Activity getActivity()
Returns the value of the 'Activity' container reference. It is bidirectional and its opposite is 'Condition Operation'.

If the meaning of the 'Activity' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Activity' container reference.
See Also:
setActivity(Activity), TestingPackage.getConditionOperation_Activity(), Activity.getConditionOperation()

setActivity

void setActivity(Activity value)
Sets the value of the 'Activity' container reference.

Parameters:
value - the new value of the 'Activity' container reference.
See Also:
getActivity()

getType

org.ucworkbench.model.testing.ConditionOperationType getType()
Returns the value of the 'Type' attribute. The literals are from the enumeration ConditionOperationType.

If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Type' attribute.
See Also:
ConditionOperationType, setType(ConditionOperationType), TestingPackage.getConditionOperation_Type()

setType

void setType(org.ucworkbench.model.testing.ConditionOperationType value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
ConditionOperationType, getType()

getCondition

Condition getCondition()
Returns the value of the 'Condition' reference. It is bidirectional and its opposite is 'Condition Operation'.

If the meaning of the 'Condition' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Condition' reference.
See Also:
setCondition(Condition), TestingPackage.getConditionOperation_Condition(), Condition.getConditionOperation()

setCondition

void setCondition(Condition value)
Sets the value of the 'Condition' reference.

Parameters:
value - the new value of the 'Condition' reference.
See Also:
getCondition()