protected static enum PS3EyeFrameGrabber.Triggered extends Enum<PS3EyeFrameGrabber.Triggered>
Enum Constant and Description |
---|
HAS_FRAME |
NO_FRAME |
NO_TRIGGER |
Modifier and Type | Method and Description |
---|---|
static PS3EyeFrameGrabber.Triggered |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PS3EyeFrameGrabber.Triggered[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PS3EyeFrameGrabber.Triggered NO_TRIGGER
public static final PS3EyeFrameGrabber.Triggered HAS_FRAME
public static final PS3EyeFrameGrabber.Triggered NO_FRAME
public static PS3EyeFrameGrabber.Triggered[] values()
for (PS3EyeFrameGrabber.Triggered c : PS3EyeFrameGrabber.Triggered.values()) System.out.println(c);
public static PS3EyeFrameGrabber.Triggered 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 © 2024. All rights reserved.