Package | Description |
---|---|
com.abmash.core.query |
Provides classes and enums that allow further specification of boolean, color, distance and direction queries.
|
com.abmash.core.query.predicate |
Provides classes that represent all possible query predicates.
|
Modifier and Type | Method and Description |
---|---|
static BooleanType |
BooleanType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BooleanType[] |
BooleanType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BooleanType |
BooleanPredicate.getType() |
Constructor and Description |
---|
BooleanPredicate(BooleanType type,
Predicate... predicates) |