public static enum Bmi160Accelerometer.DoubleTapWindow extends java.lang.Enum<Bmi160Accelerometer.DoubleTapWindow>
| Enum Constant and Description |
|---|
DTW_100_MS |
DTW_150_MS |
DTW_200_MS |
DTW_250_MW |
DTW_375_MS |
DTW_50_MS |
DTW_500_MS |
DTW_700_MS |
| Modifier and Type | Method and Description |
|---|---|
static Bmi160Accelerometer.DoubleTapWindow |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Bmi160Accelerometer.DoubleTapWindow[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Bmi160Accelerometer.DoubleTapWindow DTW_50_MS
public static final Bmi160Accelerometer.DoubleTapWindow DTW_100_MS
public static final Bmi160Accelerometer.DoubleTapWindow DTW_150_MS
public static final Bmi160Accelerometer.DoubleTapWindow DTW_200_MS
public static final Bmi160Accelerometer.DoubleTapWindow DTW_250_MW
public static final Bmi160Accelerometer.DoubleTapWindow DTW_375_MS
public static final Bmi160Accelerometer.DoubleTapWindow DTW_500_MS
public static final Bmi160Accelerometer.DoubleTapWindow DTW_700_MS
public static Bmi160Accelerometer.DoubleTapWindow[] values()
for (Bmi160Accelerometer.DoubleTapWindow c : Bmi160Accelerometer.DoubleTapWindow.values()) System.out.println(c);
public static Bmi160Accelerometer.DoubleTapWindow 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