| 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(String name,
Operator operator,
TypeType type,
Class<Object> classType,
List<?> values)
Make criteria configurable
|
static Criteria |
ObjectFilter.createCriteriaFromClass(String name,
Class<?> cls,
Operator operator,
List<?> values)
Make criteria configurable
|
| Constructor and Description |
|---|
Criterion(String name,
Operator operator,
VALUE... values) |
| Modifier and Type | Method and Description |
|---|---|
static Operator |
Operator.valueOf(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 © 2016. All Rights Reserved.