Class SearchBinaryImpl
java.lang.Object
org.apache.olingo.server.core.uri.parser.search.SearchExpressionImpl
org.apache.olingo.server.core.uri.parser.search.SearchBinaryImpl
- All Implemented Interfaces:
SearchBinary,SearchExpression
-
Constructor Summary
ConstructorsConstructorDescriptionSearchBinaryImpl(SearchExpression left, SearchBinaryOperatorKind operator, SearchExpression right) -
Method Summary
Methods inherited from class org.apache.olingo.server.core.uri.parser.search.SearchExpressionImpl
asSearchBinary, asSearchTerm, asSearchUnary, isSearchBinary, isSearchTerm, isSearchUnaryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.olingo.server.api.uri.queryoption.search.SearchExpression
asSearchBinary, asSearchTerm, asSearchUnary, isSearchBinary, isSearchTerm, isSearchUnary
-
Constructor Details
-
SearchBinaryImpl
public SearchBinaryImpl(SearchExpression left, SearchBinaryOperatorKind operator, SearchExpression right)
-
-
Method Details
-
getOperator
- Specified by:
getOperatorin interfaceSearchBinary
-
getLeftOperand
- Specified by:
getLeftOperandin interfaceSearchBinary
-
getRightOperand
- Specified by:
getRightOperandin interfaceSearchBinary
-
toString
-