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