public static enum Geojson.Property.ValueCase extends java.lang.Enum<Geojson.Property.ValueCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
VALUE_NOT_SET |
VALUENUMBER |
VALUESTRING |
| Modifier and Type | Method and Description |
|---|---|
static Geojson.Property.ValueCase |
forNumber(int value) |
int |
getNumber() |
static Geojson.Property.ValueCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Geojson.Property.ValueCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Geojson.Property.ValueCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Geojson.Property.ValueCase VALUESTRING
public static final Geojson.Property.ValueCase VALUENUMBER
public static final Geojson.Property.ValueCase VALUE_NOT_SET
public static Geojson.Property.ValueCase[] values()
for (Geojson.Property.ValueCase c : Geojson.Property.ValueCase.values()) System.out.println(c);
public static Geojson.Property.ValueCase valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null@Deprecated public static Geojson.Property.ValueCase valueOf(int value)
forNumber(int) instead.public static Geojson.Property.ValueCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLite