public static enum ScanQuery.ResultFormat extends Enum<ScanQuery.ResultFormat>
Enum Constant and Description |
---|
RESULT_FORMAT_COMPACTED_LIST |
RESULT_FORMAT_LIST |
RESULT_FORMAT_VALUE_VECTOR |
Modifier and Type | Method and Description |
---|---|
static ScanQuery.ResultFormat |
fromString(String name) |
String |
toString() |
static ScanQuery.ResultFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanQuery.ResultFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScanQuery.ResultFormat RESULT_FORMAT_LIST
public static final ScanQuery.ResultFormat RESULT_FORMAT_COMPACTED_LIST
public static final ScanQuery.ResultFormat RESULT_FORMAT_VALUE_VECTOR
public static ScanQuery.ResultFormat[] values()
for (ScanQuery.ResultFormat c : ScanQuery.ResultFormat.values()) System.out.println(c);
public static ScanQuery.ResultFormat 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 nullpublic String toString()
toString
in class Enum<ScanQuery.ResultFormat>
public static ScanQuery.ResultFormat fromString(String name)
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.