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