public static enum OperationCode.Configure extends Enum<OperationCode.Configure>
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
static OperationCode.Configure |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationCode.Configure[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperationCode.Configure WIFI
public static final OperationCode.Configure CAMERA
public static final OperationCode.Configure CAMERA_STATUS
public static final OperationCode.Configure ENCRYPT_STORAGE
public static final OperationCode.Configure ENCRYPT_STORAGE_STATUS
public static final OperationCode.Configure PASSWORD_MAX_FAIL_ATTEMPTS
public static final OperationCode.Configure DEVICE_PASSWORD_ENABLE
public static final OperationCode.Configure SIMPLE_PASSWORD
public static final OperationCode.Configure MIN_PASSWORD_LENGTH
public static final OperationCode.Configure ALPHANUMERIC_PASSWORD
public static final OperationCode.Configure PASSWORD_EXPIRE
public static final OperationCode.Configure PASSWORD_HISTORY
public static final OperationCode.Configure MAX_PASSWORD_INACTIVE_TIME
public static final OperationCode.Configure MIN_PASSWORD_COMPLEX_CHARACTERS
public static OperationCode.Configure[] values()
for (OperationCode.Configure c : OperationCode.Configure.values()) System.out.println(c);
public static OperationCode.Configure 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.