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