public static enum GEOLocationElement.AltitudeType extends Enum<GEOLocationElement.AltitudeType>
Modifier and Type | Method and Description |
---|---|
static GEOLocationElement.AltitudeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GEOLocationElement.AltitudeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GEOLocationElement.AltitudeType Unknown
public static final GEOLocationElement.AltitudeType Meters
public static final GEOLocationElement.AltitudeType Floors
public static GEOLocationElement.AltitudeType[] values()
for (GEOLocationElement.AltitudeType c : GEOLocationElement.AltitudeType.values()) System.out.println(c);
public static GEOLocationElement.AltitudeType 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