public static enum AmlMessage.PositioningMethod extends Enum<AmlMessage.PositioningMethod>
| Enum Constant and Description |
|---|
CELL |
GNSS |
NO_LOCATION |
WIFI_SIGNAL |
| Modifier and Type | Method and Description |
|---|---|
static AmlMessage.PositioningMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AmlMessage.PositioningMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AmlMessage.PositioningMethod GNSS
public static final AmlMessage.PositioningMethod WIFI_SIGNAL
public static final AmlMessage.PositioningMethod CELL
public static final AmlMessage.PositioningMethod NO_LOCATION
public static AmlMessage.PositioningMethod[] values()
for (AmlMessage.PositioningMethod c : AmlMessage.PositioningMethod.values()) System.out.println(c);
public static AmlMessage.PositioningMethod 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 nullCopyright © 2017. All rights reserved.