|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
HRNP Node that is a binary operator. Has right and left operands which are HRNPNodes. For non-binary operators use @see com.sap.portal.unification.hrnpnode.IHRNPMultiOp Title: DQP Project Description: DQP - Distributed Query Parser. Copyright: Copyright (c) 2002 Company: SAP Portals
| Fields inherited from interface com.sap.portal.unification.hrnpnode.IHRNPNode |
DELIMETER_SEPARATOR, DELIMETER_SERVER, OPERATOR_DRAG_AND_RELATE, OPERATOR_FILTER, OPERATOR_OR, RELATION_BRACE_LEFT, RELATION_BRACE_RIGHT |
| Method Summary | |
IHRNPNode |
getLeft()
Gets a left leaf of this node |
java.lang.String |
getOp()
|
java.lang.String |
getRelation()
Gets a relation of this node |
IHRNPNode |
getRight()
Gets a right leaf of this node |
void |
setLeft(IHRNPNode left)
sets the left leaf of a node |
void |
setOp(java.lang.String op)
Sets the operator string |
void |
setRelation(java.lang.String relation)
Sets a relation of this node |
void |
setRight(IHRNPNode right)
Sets a right leaf of this node |
| Methods inherited from interface com.sap.portal.unification.hrnpnode.IHRNPNode |
clone, equals, getHRNPLink, print, toString |
| Method Detail |
public java.lang.String getOp()
public void setOp(java.lang.String op)
op - string represantation of the operator.public IHRNPNode getLeft()
public void setLeft(IHRNPNode left)
left - left operand of this operator nodepublic IHRNPNode getRight()
public void setRight(IHRNPNode right)
right - right operand of this operator nodepublic void setRelation(java.lang.String relation)
relation - relation of this operator nodepublic java.lang.String getRelation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||