public static enum _SortedSetFetchRequest._ByScore.MinCase extends java.lang.Enum<_SortedSetFetchRequest._ByScore.MinCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
MIN_NOT_SET |
MIN_SCORE |
UNBOUNDED_MIN |
| Modifier and Type | Method and Description |
|---|---|
static _SortedSetFetchRequest._ByScore.MinCase |
forNumber(int value) |
int |
getNumber() |
static _SortedSetFetchRequest._ByScore.MinCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static _SortedSetFetchRequest._ByScore.MinCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static _SortedSetFetchRequest._ByScore.MinCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final _SortedSetFetchRequest._ByScore.MinCase UNBOUNDED_MIN
public static final _SortedSetFetchRequest._ByScore.MinCase MIN_SCORE
public static final _SortedSetFetchRequest._ByScore.MinCase MIN_NOT_SET
public static _SortedSetFetchRequest._ByScore.MinCase[] values()
for (_SortedSetFetchRequest._ByScore.MinCase c : _SortedSetFetchRequest._ByScore.MinCase.values()) System.out.println(c);
public static _SortedSetFetchRequest._ByScore.MinCase 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 _SortedSetFetchRequest._ByScore.MinCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static _SortedSetFetchRequest._ByScore.MinCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLite