public static enum Cam.CAMERA_FACING extends java.lang.Enum<Cam.CAMERA_FACING>
| Modifier and Type | Method and Description |
|---|---|
static Cam.CAMERA_FACING |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Cam.CAMERA_FACING[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Cam.CAMERA_FACING FRONT
public static final Cam.CAMERA_FACING BACK
public static final Cam.CAMERA_FACING EXTERNAL
public static Cam.CAMERA_FACING[] values()
for (Cam.CAMERA_FACING c : Cam.CAMERA_FACING.values()) System.out.println(c);
public static Cam.CAMERA_FACING valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null