public static enum CameraZoom.ACTION extends java.lang.Enum<CameraZoom.ACTION>
Enum Constant and Description |
---|
ZOOM_IN |
ZOOM_OUT |
ZOOM_RESET |
ZOOM_STOP |
Modifier and Type | Method and Description |
---|---|
long |
value() |
static CameraZoom.ACTION |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CameraZoom.ACTION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CameraZoom.ACTION ZOOM_RESET
public static final CameraZoom.ACTION ZOOM_IN
public static final CameraZoom.ACTION ZOOM_OUT
public static final CameraZoom.ACTION ZOOM_STOP
public static CameraZoom.ACTION[] values()
for (CameraZoom.ACTION c : CameraZoom.ACTION.values()) System.out.println(c);
public static CameraZoom.ACTION 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 nullpublic long value()