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