|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BinaryExpression
A representation of the model object 'Binary Expression'. Binary expressions which might have multiple rigth operands (e.g. IN and BETWEEN)
The following features are supported:
ExtensionsPackage.getBinaryExpression()| Method Summary | |
|---|---|
InstanceQuery |
getInstanceQuery()
Returns the value of the 'Instance Query' container reference. |
Operand |
getLeftOperand()
Returns the value of the 'Left Operand' containment reference |
RelationalOperators |
getOperator()
Returns the value of the 'Operator' attribute. |
org.eclipse.emf.common.util.EList |
getRightOperands()
Returns the value of the 'Right Operands' containment reference list. |
boolean |
isCaseInsensitive()
Returns the value of the 'Case Insensitive' attribute |
void |
setCaseInsensitive(boolean value)
Sets the value of the ' Case Insensitive' attribute |
void |
setInstanceQuery(InstanceQuery value)
Sets the value of the ' Instance Query' container reference |
void |
setLeftOperand(Operand value)
Sets the value of the ' Left Operand' containment reference |
void |
setOperator(RelationalOperators value)
Sets the value of the ' Operator' attribute |
| Methods inherited from interface org.eclipse.hyades.models.hierarchy.extensions.WhereExpression |
|---|
getName, getSearchQuery, setName, setSearchQuery |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Method Detail |
|---|
RelationalOperators getOperator()
RelationalOperators.
If the meaning of the 'Operator' attribute isn't clear, there really should be more of a description here...
RelationalOperators,
setOperator(RelationalOperators),
ExtensionsPackage.getBinaryExpression_Operator()void setOperator(RelationalOperators value)
Operator' attribute.
value - the new value of the 'Operator' attribute.RelationalOperators,
getOperator()Operand getLeftOperand()
If the meaning of the 'Left Operand' containment reference isn't clear, there really should be more of a description here...
setLeftOperand(Operand),
ExtensionsPackage.getBinaryExpression_LeftOperand()void setLeftOperand(Operand value)
Left Operand' containment reference.
value - the new value of the 'Left Operand' containment reference.getLeftOperand()org.eclipse.emf.common.util.EList getRightOperands()
Operand.
If the meaning of the 'Right Operands' containment reference list isn't clear, there really should be more of a description here...
This is a list because we can have one or many operatand in expresions with IN or BETWEEN operators
ExtensionsPackage.getBinaryExpression_RightOperands()boolean isCaseInsensitive()
setCaseInsensitive(boolean),
ExtensionsPackage.getBinaryExpression_CaseInsensitive()void setCaseInsensitive(boolean value)
Case Insensitive' attribute.
value - the new value of the 'Case Insensitive' attribute.isCaseInsensitive()InstanceQuery getInstanceQuery()
Conditions'.
If the meaning of the 'Instance Query' container reference isn't clear, there really should be more of a description here...
setInstanceQuery(InstanceQuery),
ExtensionsPackage.getBinaryExpression_InstanceQuery(),
InstanceQuery.getConditions()void setInstanceQuery(InstanceQuery value)
Instance Query' container reference.
value - the new value of the 'Instance Query' container reference.getInstanceQuery()
|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||