public interface TermExpression extends Term
The following features are supported:
StoexPackage.getTermExpression()
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.
|
TermOperations |
getOperation()
Returns the value of the 'Operation' attribute.
|
Product |
getRight()
Returns the value of the 'Right' containment reference.
|
void |
setLeft(Term value)
Sets the value of the '
Left '
containment reference. |
void |
setOperation(TermOperations value)
Sets the value of the '
Operation ' attribute. |
void |
setRight(Product 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.getTermExpression_Left()
void setLeft(Term value)
Left
'
containment reference. value
- the new value of the 'Left' containment reference.getLeft()
Product getRight()
If the meaning of the 'Right' containment reference isn't clear, there really should be more of a description here...
setRight(Product)
,
StoexPackage.getTermExpression_Right()
void setRight(Product value)
Right
'
containment reference. value
- the new value of the 'Right' containment reference.getRight()
TermOperations getOperation()
TermOperations
.
If the meaning of the 'Operation' attribute isn't clear, there really should be more of a description here...
TermOperations
,
setOperation(TermOperations)
,
StoexPackage.getTermExpression_Operation()
void setOperation(TermOperations value)
Operation
' attribute. value
- the new value of the 'Operation' attribute.TermOperations
,
getOperation()