public abstract class PropertyComparison
extends java.lang.Object
Constructor and Description |
---|
PropertyComparison(Property property)
Constructor
|
Modifier and Type | Method and Description |
---|---|
Expression |
and(Expression expression)
Creates an And expression which will be a logical "and" of this expression
and the expression passed in as a parameter
|
Property |
getProperty()
Gets the property to compare
|
Expression |
not()
Creates a Not expression which will be the logical "not" of this epxression
|
Expression |
or(Expression expression)
Creates an Or expression which will be a logical "or" of this expression
and the expression passed in as a parameter
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accept
public PropertyComparison(Property property)
property
- the property to comparepublic Property getProperty()
public Expression and(Expression expression)
and
in interface Expression
expression
- the other expressionpublic Expression or(Expression expression)
or
in interface Expression
expression
- the other expressionpublic Expression not()
not
in interface Expression