public static enum AccelerometerBmi160.ProofTime extends Enum<AccelerometerBmi160.ProofTime>
| Enum Constant and Description |
|---|
PT_0_25_S
0.25s
|
PT_0_5_S
0.5s
|
PT_1_S
1s
|
PT_2_S
2s
|
| Modifier and Type | Method and Description |
|---|---|
static AccelerometerBmi160.ProofTime |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccelerometerBmi160.ProofTime[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccelerometerBmi160.ProofTime PT_0_25_S
public static final AccelerometerBmi160.ProofTime PT_0_5_S
public static final AccelerometerBmi160.ProofTime PT_1_S
public static final AccelerometerBmi160.ProofTime PT_2_S
public static AccelerometerBmi160.ProofTime[] values()
for (AccelerometerBmi160.ProofTime c : AccelerometerBmi160.ProofTime.values()) System.out.println(c);
public static AccelerometerBmi160.ProofTime 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