public class GreaterOperator extends AbstractOperator implements RelationalOperator
Operator.TYPE
MAX_OP_PRECEDENCE
Constructor and Description |
---|
GreaterOperator()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Get the name of the operator.
|
Operator.TYPE |
getType()
Get the operator type.
|
Predicate |
toPredicate(String prop,
String val)
Create a predicate for this relational operator.
|
getBasePrecedence, getPrecedence, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getPrecedence
public Operator.TYPE getType()
Operator
public Predicate toPredicate(String prop, String val)
RelationalOperator
toPredicate
in interface RelationalOperator
prop
- left operandval
- right operandpublic String getName()
AbstractOperator
getName
in class AbstractOperator
Copyright © 2022 Apache Software Foundation. All rights reserved.