public static enum IServoPositionReporter.Flavor extends Enum<IServoPositionReporter.Flavor>
| Modifier and Type | Method and Description |
|---|---|
static IServoPositionReporter.Flavor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IServoPositionReporter.Flavor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IServoPositionReporter.Flavor LOPSIDED
public static final IServoPositionReporter.Flavor AROM
public static IServoPositionReporter.Flavor[] values()
for (IServoPositionReporter.Flavor c : IServoPositionReporter.Flavor.values()) System.out.println(c);
public static IServoPositionReporter.Flavor 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 nullCopyright © 2010-2016. All Rights Reserved.