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