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