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