Modifier and Type | Field and Description |
---|---|
protected SearchOperationType |
SearchFilterType.operation |
protected SearchOperationType |
SearchOperatorType.operation |
Modifier and Type | Method and Description |
---|---|
static SearchOperationType |
SearchOperationType.fromValue(String v) |
SearchOperationType |
SearchFilterType.getOperation()
Gets the value of the operation property.
|
SearchOperationType |
SearchOperatorType.getOperation()
Gets the value of the operation property.
|
static SearchOperationType |
SearchOperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchOperationType[] |
SearchOperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchFilterType.setOperation(SearchOperationType value)
Sets the value of the operation property.
|
void |
SearchOperatorType.setOperation(SearchOperationType value)
Sets the value of the operation property.
|
Copyright © 2016. All rights reserved.