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