public interface CompareExpression extends Comparison
The following features are supported:
StoexPackage.getCompareExpression()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
Term |
getLeft()
Returns the value of the 'Left' containment reference.
|
CompareOperations |
getOperation()
Returns the value of the 'Operation' attribute.
|
Term |
getRight()
Returns the value of the 'Right' containment reference.
|
void |
setLeft(Term value)
Sets the value of the '
Left '
containment reference. |
void |
setOperation(CompareOperations value)
Sets the value of the '
Operation ' attribute. |
void |
setRight(Term value)
Sets the value of the '
Right
' containment reference. |
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
static final java.lang.String copyright
Term getLeft()
If the meaning of the 'Left' containment reference isn't clear, there really should be more of a description here...
setLeft(Term)
,
StoexPackage.getCompareExpression_Left()
void setLeft(Term value)
Left
'
containment reference. value
- the new value of the 'Left' containment reference.getLeft()
Term getRight()
If the meaning of the 'Right' containment reference isn't clear, there really should be more of a description here...
setRight(Term)
,
StoexPackage.getCompareExpression_Right()
void setRight(Term value)
Right
' containment reference. value
- the new value of the 'Right' containment reference.getRight()
CompareOperations getOperation()
CompareOperations
.
If the meaning of the 'Operation' attribute isn't clear, there really should be more of a description here...
CompareOperations
,
setOperation(CompareOperations)
,
StoexPackage.getCompareExpression_Operation()
void setOperation(CompareOperations value)
Operation
' attribute. value
- the new value of the 'Operation' attribute.CompareOperations
,
getOperation()