public enum Operations extends Enum<Operations>
| Enum Constant and Description |
|---|
BACPAC_CV |
BACPAC_PW |
BACPAC_SD |
BACPAC_SE |
BACPAC_SH |
BACPAC_WI |
CAMERA_AO |
CAMERA_BS |
CAMERA_CM |
CAMERA_CN |
CAMERA_CV |
CAMERA_DA |
CAMERA_DL |
CAMERA_DM |
CAMERA_DS |
CAMERA_EX |
CAMERA_FV |
CAMERA_HS |
CAMERA_HS2 |
CAMERA_LB |
CAMERA_LL |
CAMERA_PR |
CAMERA_PT |
CAMERA_PV |
CAMERA_SX |
CAMERA_TI |
CAMERA_UP |
CAMERA_VM |
CAMERA_VR |
| Modifier and Type | Method and Description |
|---|---|
String |
getCmd() |
void |
setCmd(String cmd) |
String |
toString() |
static Operations |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Operations CAMERA_TI
public static final Operations CAMERA_VR
public static final Operations CAMERA_BS
public static final Operations CAMERA_PT
public static final Operations CAMERA_DS
public static final Operations CAMERA_PR
public static final Operations CAMERA_VM
public static final Operations CAMERA_LL
public static final Operations CAMERA_PV
public static final Operations CAMERA_LB
public static final Operations CAMERA_FV
public static final Operations CAMERA_EX
public static final Operations CAMERA_CN
public static final Operations CAMERA_SX
public static final Operations CAMERA_HS2
public static final Operations BACPAC_SD
public static final Operations CAMERA_CV
public static final Operations CAMERA_DL
public static final Operations CAMERA_DA
public static final Operations BACPAC_WI
public static final Operations BACPAC_SE
public static final Operations BACPAC_CV
public static final Operations CAMERA_UP
public static final Operations CAMERA_HS
public static final Operations CAMERA_DM
public static final Operations BACPAC_SH
public static final Operations BACPAC_PW
public static final Operations CAMERA_CM
public static final Operations CAMERA_AO
public static Operations[] values()
for (Operations c : Operations.values()) System.out.println(c);
public static Operations 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 String getCmd()
public void setCmd(String cmd)
public String toString()
toString in class Enum<Operations>Copyright © 2015. All rights reserved.