public static enum QueryResultsProcessor.Categorized extends Enum<QueryResultsProcessor.Categorized>
Modifier and Type | Method and Description |
---|---|
static QueryResultsProcessor.Categorized |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryResultsProcessor.Categorized[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryResultsProcessor.Categorized TRUE
public static final QueryResultsProcessor.Categorized FALSE
public static QueryResultsProcessor.Categorized[] values()
for (QueryResultsProcessor.Categorized c : QueryResultsProcessor.Categorized.values()) System.out.println(c);
public static QueryResultsProcessor.Categorized 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 © 2019–2021 HCL. All rights reserved.