public static enum DeviceTypeClaimProcessor.MobileDevice extends Enum<DeviceTypeClaimProcessor.MobileDevice>
Enum Constant and Description |
---|
Android |
Blackberry |
IPhone |
NotMobile |
OtherPhone |
SmartPhone |
Modifier and Type | Method and Description |
---|---|
static DeviceTypeClaimProcessor.MobileDevice |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceTypeClaimProcessor.MobileDevice[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceTypeClaimProcessor.MobileDevice IPhone
public static final DeviceTypeClaimProcessor.MobileDevice Android
public static final DeviceTypeClaimProcessor.MobileDevice Blackberry
public static final DeviceTypeClaimProcessor.MobileDevice SmartPhone
public static final DeviceTypeClaimProcessor.MobileDevice OtherPhone
public static final DeviceTypeClaimProcessor.MobileDevice NotMobile
public static DeviceTypeClaimProcessor.MobileDevice[] values()
for (DeviceTypeClaimProcessor.MobileDevice c : DeviceTypeClaimProcessor.MobileDevice.values()) System.out.println(c);
public static DeviceTypeClaimProcessor.MobileDevice 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 (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries