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