public abstract class QueryParameterPredicate extends BasePredicate
Predicates that have a QueryParameter
as their left operand.
Constructor and Description |
---|
QueryParameterPredicate() |
Modifier and Type | Method and Description |
---|---|
abstract QueryParameterPredicate |
deriveWithQueryParameter(QueryParameter queryParameter)
Derives a new predicate with the given query parameter from this predicate.
|
abstract QueryParameter |
getQueryParameter()
Returns the query parameter (i.e. left operand) of this predicate.
|
and, apply, not, or
public abstract QueryParameter getQueryParameter()
Returns the query parameter (i.e. left operand) of this predicate.
public abstract QueryParameterPredicate deriveWithQueryParameter(QueryParameter queryParameter)
Derives a new predicate with the given query parameter from this predicate.
queryParameter
- the new query parameterCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.