public static enum MobileDeviceOperationMapping.Status extends Enum<MobileDeviceOperationMapping.Status>
| Enum Constant and Description |
|---|
COMPLETED |
INPROGRESS |
NEW |
| Modifier and Type | Method and Description |
|---|---|
static MobileDeviceOperationMapping.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MobileDeviceOperationMapping.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MobileDeviceOperationMapping.Status NEW
public static final MobileDeviceOperationMapping.Status INPROGRESS
public static final MobileDeviceOperationMapping.Status COMPLETED
public static MobileDeviceOperationMapping.Status[] values()
for (MobileDeviceOperationMapping.Status c : MobileDeviceOperationMapping.Status.values()) System.out.println(c);
public static MobileDeviceOperationMapping.Status 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 nullCopyright © 2017 WSO2. All rights reserved.