Module is.codion.common.model
Package is.codion.common.model.condition
Interface ConditionModel.Operands<T>
- Type Parameters:
T
- the value type
- Enclosing interface:
ConditionModel<T>
public static interface ConditionModel.Operands<T>
Provides condition operands.
-
Method Summary
-
Method Details
-
wildcard
- Returns:
- the
Value
controlling how wildcards are added to a Stringequal()
operand when accessed viaequalWildcards()
-
equalWildcards
- Returns:
- the
equal()
operand, assuming it is a String, with wildcards added - See Also:
-
equal
- Returns:
- a
Value
controlling the operand used for theOperator.EQUAL
andOperator.NOT_EQUAL
operators
-
upper
- Returns:
- a
Value
controlling the upper bound operand used for range based operators
-
lower
- Returns:
- a
Value
controlling the lower bound operand used for range based operators
-
in
- Returns:
- a
Value
controlling the operands used for theOperator.IN
andOperator.NOT_IN
operator
-