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