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