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