Package | Description |
---|---|
com.abmash.core.query |
Provides classes and enums that allow further specification of boolean, color, distance and direction queries.
|
Modifier and Type | Method and Description |
---|---|
DistanceType |
DirectionOptions.getDistanceType() |
static DistanceType |
DistanceType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DistanceType[] |
DistanceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DirectionOptions.setDistanceType(DistanceType distanceType) |