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