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