public static enum RangeQueryInfo.ReadsInfoCase extends Enum<RangeQueryInfo.ReadsInfoCase> implements com.google.protobuf.Internal.EnumLite
Enum Constant and Description |
---|
RAW_READS |
READS_MERKLE_HASHES |
READSINFO_NOT_SET |
Modifier and Type | Method and Description |
---|---|
static RangeQueryInfo.ReadsInfoCase |
forNumber(int value) |
int |
getNumber() |
static RangeQueryInfo.ReadsInfoCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RangeQueryInfo.ReadsInfoCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RangeQueryInfo.ReadsInfoCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RangeQueryInfo.ReadsInfoCase RAW_READS
public static final RangeQueryInfo.ReadsInfoCase READS_MERKLE_HASHES
public static final RangeQueryInfo.ReadsInfoCase READSINFO_NOT_SET
public static RangeQueryInfo.ReadsInfoCase[] values()
for (RangeQueryInfo.ReadsInfoCase c : RangeQueryInfo.ReadsInfoCase.values()) System.out.println(c);
public static RangeQueryInfo.ReadsInfoCase 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 null@Deprecated public static RangeQueryInfo.ReadsInfoCase valueOf(int value)
forNumber(int)
instead.value
- The number of the enum to look for.public static RangeQueryInfo.ReadsInfoCase forNumber(int value)
public int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
Copyright © 2022. All rights reserved.