QueryObject
public abstract class Expression extends java.lang.Object implements QueryObject
Constructor | Description |
---|---|
Expression() |
Modifier and Type | Method | Description |
---|---|---|
Compare |
equal(Expression expression) |
Compare if this expression is equal to the given one.
|
Compare |
greaterEqual(Expression expression) |
Compare if this expression is greater than or equal to the given one.
|
Compare |
greaterThan(Expression expression) |
Compare if this expression is greater than the given one.
|
Predicate |
isNotNull() |
Check if this expression is not null.
|
Predicate |
isNull() |
Check if this expression is null.
|
Compare |
lessEqual(Expression expression) |
Compare if this expression is less than or equal to the given one.
|
Compare |
lessThan(Expression expression) |
Compare if this expression is less than the given one.
|
Compare |
notEqual(Expression expression) |
Compare if this expression is not equal to the given one.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accept
public final Compare equal(Expression expression)
expression
- Right hand side of the compare.public final Compare notEqual(Expression expression)
expression
- Right hand side of the compare.public final Compare greaterThan(Expression expression)
expression
- Right hand side of the compare.public final Compare greaterEqual(Expression expression)
expression
- Right hand side of the compare.public final Compare lessEqual(Expression expression)
expression
- Right hand side of the compare.public final Compare lessThan(Expression expression)
expression
- Right hand side of the compare.public final Predicate isNull()
public final Predicate isNotNull()
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com