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