public static enum ContentItem.DataItemCase extends Enum<ContentItem.DataItemCase> implements com.google.protobuf.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(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(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 ContentItem.DataItemCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static ContentItem.DataItemCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2022 Google LLC. All rights reserved.