| Package | Description |
|---|---|
| com.github.magrifle.data.searchapi | |
| com.github.magrifle.data.searchapi.data |
| Modifier and Type | Field and Description |
|---|---|
static Map<Character,SearchOperation> |
SearchOperation.SIMPLE_OPERATION_SET |
| Modifier and Type | Method and Description |
|---|---|
static SearchOperation |
SearchOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchOperation[] |
SearchOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SearchOperation[] |
SearchKey.getDeniedOperations() |
SearchOperation |
SearchCriteria.getOperation() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchKey.setDeniedOperations(SearchOperation[] deniedOperations) |
void |
SearchCriteria.setOperation(SearchOperation operation) |
| Constructor and Description |
|---|
SearchCriteria(String key,
SearchOperation operation,
Object value) |
Copyright © 2023. All rights reserved.