public static enum Myo.LockingPolicy extends Enum<Myo.LockingPolicy>
Modifier and Type | Method and Description |
---|---|
static Myo.LockingPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Myo.LockingPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Myo.LockingPolicy NONE
public static final Myo.LockingPolicy STANDARD
public static Myo.LockingPolicy[] values()
for (Myo.LockingPolicy c : Myo.LockingPolicy.values()) System.out.println(c);
public static Myo.LockingPolicy 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 nullProcessing library MyoForProcessing by Darius Morawiec. (C) 2014