public static enum QueryResultsProcessor.QRPOptions extends Enum<QueryResultsProcessor.QRPOptions>
Enum Constant and Description |
---|
RETURN_REPLICAID
returns the replicaid instead of db filepath
|
RETURN_UNID
returns the UNID instead of noteid
|
Modifier and Type | Method and Description |
---|---|
static QueryResultsProcessor.QRPOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryResultsProcessor.QRPOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryResultsProcessor.QRPOptions RETURN_UNID
public static final QueryResultsProcessor.QRPOptions RETURN_REPLICAID
public static QueryResultsProcessor.QRPOptions[] values()
for (QueryResultsProcessor.QRPOptions c : QueryResultsProcessor.QRPOptions.values()) System.out.println(c);
public static QueryResultsProcessor.QRPOptions 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.