public static enum OperationCode.Command extends Enum<OperationCode.Command>
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
static OperationCode.Command |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationCode.Command[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperationCode.Command DEVICE_RING
public static final OperationCode.Command DEVICE_LOCK
public static final OperationCode.Command WIPE_DATA
public static final OperationCode.Command DISENROLL
public static final OperationCode.Command LOCK_RESET
public static final OperationCode.Command CAMERA
public static final OperationCode.Command ENCRYPT_STORAGE
public static final OperationCode.Command CAMERA_STATUS
public static final OperationCode.Command ENCRYPT_STORAGE_STATUS
public static final OperationCode.Command DEVICE_PASSWORD_ENABLE
public static final OperationCode.Command DEVICE_PASSCODE_DELETE
public static final OperationCode.Command TOTAL_RAM
public static final OperationCode.Command TOTAL_STORAGE
public static final OperationCode.Command OS_PLATFORM
public static final OperationCode.Command MOBILE_ID
public static final OperationCode.Command DEVICE_TYPE
public static final OperationCode.Command BATTERY_QUERY
public static final OperationCode.Command BATTERY_STATUS
public static final OperationCode.Command BATTERY_CHARGE_REMAINING
public static final OperationCode.Command BATTERY_ESTIMATED_RUNTIME
public static final OperationCode.Command LONGITUDE
public static final OperationCode.Command LATITUDE
public static final OperationCode.Command TEST
public static final OperationCode.Command DEVICE_REBOOT
public static OperationCode.Command[] values()
for (OperationCode.Command c : OperationCode.Command.values()) System.out.println(c);
public static OperationCode.Command 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 getCode()
Copyright © 2017 WSO2. All rights reserved.