public static enum GeoPosHelper.ImuFields extends Enum<GeoPosHelper.ImuFields>
Modifier and Type | Method and Description |
---|---|
static GeoPosHelper.ImuFields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoPosHelper.ImuFields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeoPosHelper.ImuFields GYRO
public static final GeoPosHelper.ImuFields ACCEL
public static final GeoPosHelper.ImuFields MAG
public static GeoPosHelper.ImuFields[] values()
for (GeoPosHelper.ImuFields c : GeoPosHelper.ImuFields.values()) System.out.println(c);
public static GeoPosHelper.ImuFields 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 © 2016 Sensia Software LLC. All rights reserved.