public static enum Capture.CaptureState extends Enum<Capture.CaptureState>
| Modifier and Type | Method and Description |
|---|---|
static Capture.CaptureState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Capture.CaptureState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Capture.CaptureState Grab
public static final Capture.CaptureState Return
public static final Capture.CaptureState Stack
public static final Capture.CaptureState Idle
public static Capture.CaptureState[] values()
for (Capture.CaptureState c : Capture.CaptureState.values()) System.out.println(c);
public static Capture.CaptureState 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 null