public interface LTCondition extends LTBlock
The following features are supported:
CommonPackage.getLTCondition()
NOTIFIER
Modifier and Type | Method and Description |
---|---|
LTLeftOperand |
getLeftOperand()
Deprecated.
Returns the value of the 'Left Operand' containment reference
|
com.ibm.rational.test.lt.models.behavior.common.LTOperator |
getOperator()
Deprecated.
Returns the value of the 'Operator' attribute.
|
LTRightOperand |
getRightOperand()
Deprecated.
Returns the value of the 'Right Operand' containment reference
|
boolean |
isCaseSensitive()
Deprecated.
Returns the value of the 'Case Sensitive' attribute
|
boolean |
isNegation()
Deprecated.
Returns the value of the 'Negation' attribute
|
void |
setCaseSensitive(boolean value)
Deprecated.
Sets the value of the '
Case Sensitive ' attribute |
void |
setLeftOperand(LTLeftOperand value)
Deprecated.
Sets the value of the '
Left Operand ' containment reference |
void |
setNegation(boolean value)
Deprecated.
Sets the value of the '
Negation ' attribute |
void |
setOperator(com.ibm.rational.test.lt.models.behavior.common.LTOperator value)
Deprecated.
Sets the value of the '
Operator ' attribute |
void |
setRightOperand(LTRightOperand value)
Deprecated.
Sets the value of the '
Right Operand ' containment reference |
addProxy, createProxy, isProxyReference, processRemoval, removeProxy
getActions, getCBErrors, getCBRequirementTarget, processRemoval, setCBRequirementTarget
isControlBlock
canDisable, canEnable, enable, getAction, getBooleanProperty, getByteProperty, getCharProperty, getDisabledCount, getDoubleProperty, getFloatProperty, getInheritedCBActionElements, getIntProperty, getLongProperty, getMovingFrom, getParent, getShortProperty, getStringProperty, getTransformID, getType, isAlwaysLog, isEnabled, isMoving, move, resetDisabledCount, setAction, setAlwaysLog, setDisabledCount, setEnabled, setMovingToNewTestArgs, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setTransformID, setType, validate
getDescription, getId, getName, getStopId, setDescription, setId, setName
getAdapter
getTempAttribute, getTempAttribute, getTempAttributes, setTempAttribute, setTempAttribute, unsetTempAttribute
doClone, isCloneable
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
com.ibm.rational.test.lt.models.behavior.common.LTOperator getOperator()
LTOperator
.
If the meaning of the 'Operator' attribute isn't clear, there really should be more of a description here...
LTOperator
,
LTCondition.setOperator(LTOperator)
,
CommonPackage.getLTCondition_Operator()
void setOperator(com.ibm.rational.test.lt.models.behavior.common.LTOperator value)
Operator
' attribute.
value
- the new value of the 'Operator' attribute.LTOperator
,
LTCondition.getOperator()
boolean isNegation()
If the meaning of the 'Negation' attribute isn't clear, there really should be more of a description here...
LTCondition.setNegation(boolean)
,
CommonPackage.getLTCondition_Negation()
void setNegation(boolean value)
Negation
' attribute.
value
- the new value of the 'Negation' attribute.LTCondition.isNegation()
boolean isCaseSensitive()
If the meaning of the 'Case Sensitive' attribute isn't clear, there really should be more of a description here...
LTCondition.setCaseSensitive(boolean)
,
CommonPackage.getLTCondition_CaseSensitive()
void setCaseSensitive(boolean value)
Case Sensitive
' attribute.
value
- the new value of the 'Case Sensitive' attribute.LTCondition.isCaseSensitive()
LTLeftOperand getLeftOperand()
If the meaning of the 'Left Operand' containment reference isn't clear, there really should be more of a description here...
LTCondition.setLeftOperand(LTLeftOperand)
,
CommonPackage.getLTCondition_LeftOperand()
void setLeftOperand(LTLeftOperand value)
Left Operand
' containment reference.
value
- the new value of the 'Left Operand' containment reference.LTCondition.getLeftOperand()
LTRightOperand getRightOperand()
If the meaning of the 'Right Operand' containment reference isn't clear, there really should be more of a description here...
LTCondition.setRightOperand(LTRightOperand)
,
CommonPackage.getLTCondition_RightOperand()
void setRightOperand(LTRightOperand value)
Right Operand
' containment reference.
value
- the new value of the 'Right Operand' containment reference.LTCondition.getRightOperand()
© Copyright IBM Corp. 2013. All rights reserved.