public static enum ContentItem.DataItemCase extends java.lang.Enum<ContentItem.DataItemCase> implements Internal.EnumLite
Enum Constant and Description |
---|
BYTE_ITEM |
DATAITEM_NOT_SET |
TABLE |
VALUE |
Modifier and Type | Method and Description |
---|---|
static ContentItem.DataItemCase |
forNumber(int value) |
int |
getNumber() |
static ContentItem.DataItemCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ContentItem.DataItemCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContentItem.DataItemCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContentItem.DataItemCase VALUE
public static final ContentItem.DataItemCase TABLE
public static final ContentItem.DataItemCase BYTE_ITEM
public static final ContentItem.DataItemCase DATAITEM_NOT_SET
public static ContentItem.DataItemCase[] values()
for (ContentItem.DataItemCase c : ContentItem.DataItemCase.values()) System.out.println(c);
public static ContentItem.DataItemCase 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 ContentItem.DataItemCase valueOf(int value)
forNumber(int)
instead.public static ContentItem.DataItemCase forNumber(int value)
public int getNumber()
getNumber
in interface Internal.EnumLite