public static enum _SortedSetFetchResponse._Found.ElementsCase extends java.lang.Enum<_SortedSetFetchResponse._Found.ElementsCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
ELEMENTS_NOT_SET |
VALUES |
VALUES_WITH_SCORES |
| Modifier and Type | Method and Description |
|---|---|
static _SortedSetFetchResponse._Found.ElementsCase |
forNumber(int value) |
int |
getNumber() |
static _SortedSetFetchResponse._Found.ElementsCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static _SortedSetFetchResponse._Found.ElementsCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static _SortedSetFetchResponse._Found.ElementsCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final _SortedSetFetchResponse._Found.ElementsCase VALUES_WITH_SCORES
public static final _SortedSetFetchResponse._Found.ElementsCase VALUES
public static final _SortedSetFetchResponse._Found.ElementsCase ELEMENTS_NOT_SET
public static _SortedSetFetchResponse._Found.ElementsCase[] values()
for (_SortedSetFetchResponse._Found.ElementsCase c : _SortedSetFetchResponse._Found.ElementsCase.values()) System.out.println(c);
public static _SortedSetFetchResponse._Found.ElementsCase valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null@Deprecated public static _SortedSetFetchResponse._Found.ElementsCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static _SortedSetFetchResponse._Found.ElementsCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLite