| Package | Description |
|---|---|
| org.boon.criteria | |
| org.boon.criteria.internal |
| Modifier and Type | Method and Description |
|---|---|
Operator |
Criterion.getOperator() |
| Modifier and Type | Method and Description |
|---|---|
static Criteria |
ObjectFilter.createCriteria(java.lang.String name,
Operator operator,
TypeType type,
java.lang.Class<java.lang.Object> classType,
java.util.List<?> values)
Make criteria configurable
|
static Criteria |
ObjectFilter.createCriteriaFromClass(java.lang.String name,
java.lang.Class<?> cls,
Operator operator,
java.util.List<?> values)
Make criteria configurable
|
| Constructor and Description |
|---|
Criterion(java.lang.String name,
Operator operator,
VALUE... values) |
| Modifier and Type | Method and Description |
|---|---|
static Operator |
Operator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Operator[] |
Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014. All Rights Reserved.