Modifier and Type | Method and Description |
---|---|
SearchStrategy.SearchStrategyType |
SearchStrategy.getType()
Returns a type of this Search Strategy
|
static SearchStrategy.SearchStrategyType |
SearchStrategy.SearchStrategyType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SearchStrategy.SearchStrategyType[] |
SearchStrategy.SearchStrategyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchStrategy.setType(SearchStrategy.SearchStrategyType type)
Sets a type of this Search Strategy
|