public static enum AccelerometerBmi160.SkipTime extends java.lang.Enum<AccelerometerBmi160.SkipTime>
| Enum Constant and Description |
|---|
ST_1_5_S
1.5s
|
ST_12_S
12s
|
ST_3_S
3s
|
ST_6_S
6s
|
| Modifier and Type | Method and Description |
|---|---|
static AccelerometerBmi160.SkipTime |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AccelerometerBmi160.SkipTime[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccelerometerBmi160.SkipTime ST_1_5_S
public static final AccelerometerBmi160.SkipTime ST_3_S
public static final AccelerometerBmi160.SkipTime ST_6_S
public static final AccelerometerBmi160.SkipTime ST_12_S
public static AccelerometerBmi160.SkipTime[] values()
for (AccelerometerBmi160.SkipTime c : AccelerometerBmi160.SkipTime.values()) System.out.println(c);
public static AccelerometerBmi160.SkipTime 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