public static enum Entry.EntryTypeCase extends Enum<Entry.EntryTypeCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
ENTRYTYPE_NOT_SET |
TYPE |
USER_SPECIFIED_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static Entry.EntryTypeCase |
forNumber(int value) |
int |
getNumber() |
static Entry.EntryTypeCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Entry.EntryTypeCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Entry.EntryTypeCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Entry.EntryTypeCase TYPE
public static final Entry.EntryTypeCase USER_SPECIFIED_TYPE
public static final Entry.EntryTypeCase ENTRYTYPE_NOT_SET
public static Entry.EntryTypeCase[] values()
for (Entry.EntryTypeCase c : Entry.EntryTypeCase.values()) System.out.println(c);
public static Entry.EntryTypeCase 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 Entry.EntryTypeCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static Entry.EntryTypeCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2025 Google LLC. All rights reserved.