public static enum libfreenectLibrary.freenect_resolution extends Enum<libfreenectLibrary.freenect_resolution> implements org.bridj.ValuedEnum<libfreenectLibrary.freenect_resolution>
Enum Constant and Description |
---|
FREENECT_RESOLUTION_DUMMY |
FREENECT_RESOLUTION_HIGH |
FREENECT_RESOLUTION_LOW |
FREENECT_RESOLUTION_MEDIUM |
Modifier and Type | Field and Description |
---|---|
long |
value |
Modifier and Type | Method and Description |
---|---|
static org.bridj.ValuedEnum<libfreenectLibrary.freenect_resolution> |
fromValue(int value) |
Iterator<libfreenectLibrary.freenect_resolution> |
iterator() |
long |
value() |
static libfreenectLibrary.freenect_resolution |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static libfreenectLibrary.freenect_resolution[] |
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_resolution FREENECT_RESOLUTION_LOW
public static final libfreenectLibrary.freenect_resolution FREENECT_RESOLUTION_MEDIUM
public static final libfreenectLibrary.freenect_resolution FREENECT_RESOLUTION_HIGH
public static final libfreenectLibrary.freenect_resolution FREENECT_RESOLUTION_DUMMY
public final long value
public static libfreenectLibrary.freenect_resolution[] values()
for (libfreenectLibrary.freenect_resolution c : libfreenectLibrary.freenect_resolution.values()) System.out.println(c);
public static libfreenectLibrary.freenect_resolution 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_resolution>
public Iterator<libfreenectLibrary.freenect_resolution> iterator()
iterator
in interface Iterable<libfreenectLibrary.freenect_resolution>
public static org.bridj.ValuedEnum<libfreenectLibrary.freenect_resolution> fromValue(int value)