public class GreaterEqual<ComparableType extends Comparable<?>> extends InternalBinaryFunction<ComparableType,Boolean>
QueryExpression that checks whether the first argument is greater than or equal
to the second one.| Modifier and Type | Field and Description |
|---|---|
static String |
OPERATOR_IDENTIFIER |
| Constructor and Description |
|---|
GreaterEqual(QueryExpression<? extends ComparableType> operand1,
QueryExpression<? extends ComparableType> operand2) |
| Modifier and Type | Method and Description |
|---|---|
QueryExpression<Boolean> |
copy() |
appendQueryParameters, asQueryLanguage, getOperand1, getOperand2, precedence, queryStringSizeGuess, setOperand1, setOperand2, toStringgetChildren, getExpressionType, listDescendantsOfType, listParentsOfDescendantsOfType, setChildclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetExpressionType, listDescendantsOfType, listParentsOfDescendantsOfTypepublic static final String OPERATOR_IDENTIFIER
public GreaterEqual(QueryExpression<? extends ComparableType> operand1, QueryExpression<? extends ComparableType> operand2)
public QueryExpression<Boolean> copy()
Copyright © 2016 SAPERION AG. All rights reserved.