public static enum BarometerBosch.OversamplingMode extends Enum<BarometerBosch.OversamplingMode>
| Enum Constant and Description |
|---|
HIGH |
LOW_POWER |
SKIP |
STANDARD |
ULTRA_HIGH |
ULTRA_LOW_POWER |
| Modifier and Type | Method and Description |
|---|---|
static BarometerBosch.OversamplingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BarometerBosch.OversamplingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BarometerBosch.OversamplingMode SKIP
public static final BarometerBosch.OversamplingMode ULTRA_LOW_POWER
public static final BarometerBosch.OversamplingMode LOW_POWER
public static final BarometerBosch.OversamplingMode STANDARD
public static final BarometerBosch.OversamplingMode HIGH
public static final BarometerBosch.OversamplingMode ULTRA_HIGH
public static BarometerBosch.OversamplingMode[] values()
for (BarometerBosch.OversamplingMode c : BarometerBosch.OversamplingMode.values()) System.out.println(c);
public static BarometerBosch.OversamplingMode 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 null