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