org.icefaces.mobi.component.geolocation
protected static enum GeolocationBase.PropertyKeys extends java.lang.Enum<GeolocationBase.PropertyKeys>
| Enum Constant and Description |
|---|
altitude |
continuousUpdates |
direction |
disabled |
enableHighPrecision |
latitude |
longitude |
maximumAge |
timeout |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static GeolocationBase.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GeolocationBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeolocationBase.PropertyKeys altitude
public static final GeolocationBase.PropertyKeys continuousUpdates
public static final GeolocationBase.PropertyKeys direction
public static final GeolocationBase.PropertyKeys disabled
public static final GeolocationBase.PropertyKeys enableHighPrecision
public static final GeolocationBase.PropertyKeys latitude
public static final GeolocationBase.PropertyKeys longitude
public static final GeolocationBase.PropertyKeys maximumAge
public static final GeolocationBase.PropertyKeys timeout
public static GeolocationBase.PropertyKeys[] values()
for (GeolocationBase.PropertyKeys c : GeolocationBase.PropertyKeys.values()) System.out.println(c);
public static GeolocationBase.PropertyKeys 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 nullpublic java.lang.String toString()
toString in class java.lang.Enum<GeolocationBase.PropertyKeys>Copyright 2014 ICEsoft Technologies Canada Corp., All Rights Reserved.