public static enum IAccelerometer.AccelRange extends java.lang.Enum<IAccelerometer.AccelRange>
| Modifier and Type | Method and Description |
|---|---|
static IAccelerometer.AccelRange |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IAccelerometer.AccelRange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IAccelerometer.AccelRange k2G
public static final IAccelerometer.AccelRange k4G
public static final IAccelerometer.AccelRange k8G
public static final IAccelerometer.AccelRange k16G
public static IAccelerometer.AccelRange[] values()
for (IAccelerometer.AccelRange c : IAccelerometer.AccelRange.values()) System.out.println(c);
public static IAccelerometer.AccelRange 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