public static enum SearchNode.SearchNodeType extends Enum<SearchNode.SearchNodeType>
| Enum Constant and Description |
|---|
FIELD
Field.
|
FIELD_MULTI_TERM
Field Multi Term.
|
GROUPED
Grouped.
|
ID
Id.
|
ITEM_TYPE
Item Type.
|
MULTI_MATCH
Multi Match.
|
NIL
Nil.
|
QUERY
Query.
|
RANGE
Range.
|
| Modifier and Type | Method and Description |
|---|---|
static SearchNode.SearchNodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchNode.SearchNodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchNode.SearchNodeType NIL
public static final SearchNode.SearchNodeType ID
public static final SearchNode.SearchNodeType MULTI_MATCH
public static final SearchNode.SearchNodeType ITEM_TYPE
public static final SearchNode.SearchNodeType FIELD
public static final SearchNode.SearchNodeType FIELD_MULTI_TERM
public static final SearchNode.SearchNodeType RANGE
public static final SearchNode.SearchNodeType GROUPED
public static final SearchNode.SearchNodeType QUERY
public static SearchNode.SearchNodeType[] values()
for (SearchNode.SearchNodeType c : SearchNode.SearchNodeType.values()) System.out.println(c);
public static SearchNode.SearchNodeType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries