public static enum libfreenectLibrary.freenect_device_flags extends Enum<libfreenectLibrary.freenect_device_flags> implements org.bridj.ValuedEnum<libfreenectLibrary.freenect_device_flags>
Enum Constant and Description |
---|
FREENECT_DEVICE_AUDIO |
FREENECT_DEVICE_CAMERA |
FREENECT_DEVICE_MOTOR |
Modifier and Type | Field and Description |
---|---|
long |
value |
Modifier and Type | Method and Description |
---|---|
static org.bridj.ValuedEnum<libfreenectLibrary.freenect_device_flags> |
fromValue(int value) |
Iterator<libfreenectLibrary.freenect_device_flags> |
iterator() |
long |
value() |
static libfreenectLibrary.freenect_device_flags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static libfreenectLibrary.freenect_device_flags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
forEach, spliterator
public static final libfreenectLibrary.freenect_device_flags FREENECT_DEVICE_MOTOR
public static final libfreenectLibrary.freenect_device_flags FREENECT_DEVICE_CAMERA
public static final libfreenectLibrary.freenect_device_flags FREENECT_DEVICE_AUDIO
public final long value
public static libfreenectLibrary.freenect_device_flags[] values()
for (libfreenectLibrary.freenect_device_flags c : libfreenectLibrary.freenect_device_flags.values()) System.out.println(c);
public static libfreenectLibrary.freenect_device_flags 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 nullpublic long value()
value
in interface org.bridj.ValuedEnum<libfreenectLibrary.freenect_device_flags>
public Iterator<libfreenectLibrary.freenect_device_flags> iterator()
iterator
in interface Iterable<libfreenectLibrary.freenect_device_flags>
public static org.bridj.ValuedEnum<libfreenectLibrary.freenect_device_flags> fromValue(int value)