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 |
---|---|
DirectionType |
DirectionOptions.getType() |
static DirectionType |
DirectionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DirectionType[] |
DirectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DirectionOptions |
DirectionOptions.setType(DirectionType type) |
Constructor and Description |
---|
DirectionOptions(DirectionType type) |