public static enum ESenseConfig.AccLPF extends java.lang.Enum<ESenseConfig.AccLPF>
Enum Constant and Description |
---|
BW_10 |
BW_184 |
BW_20 |
BW_41 |
BW_460 |
BW_5 |
BW_92 |
DISABLED |
Modifier and Type | Method and Description |
---|---|
static ESenseConfig.AccLPF |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ESenseConfig.AccLPF[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ESenseConfig.AccLPF BW_460
public static final ESenseConfig.AccLPF BW_184
public static final ESenseConfig.AccLPF BW_92
public static final ESenseConfig.AccLPF BW_41
public static final ESenseConfig.AccLPF BW_20
public static final ESenseConfig.AccLPF BW_10
public static final ESenseConfig.AccLPF BW_5
public static final ESenseConfig.AccLPF DISABLED
public static ESenseConfig.AccLPF[] values()
for (ESenseConfig.AccLPF c : ESenseConfig.AccLPF.values()) System.out.println(c);
public static ESenseConfig.AccLPF 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