public static enum AppleDeviceController.AppleDeviceKindEnum extends Enum<AppleDeviceController.AppleDeviceKindEnum>
Modifier and Type | Method and Description |
---|---|
static AppleDeviceController.AppleDeviceKindEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppleDeviceController.AppleDeviceKindEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppleDeviceController.AppleDeviceKindEnum MOBILE
public static final AppleDeviceController.AppleDeviceKindEnum TV
public static final AppleDeviceController.AppleDeviceKindEnum WATCH
public static AppleDeviceController.AppleDeviceKindEnum[] values()
for (AppleDeviceController.AppleDeviceKindEnum c : AppleDeviceController.AppleDeviceKindEnum.values()) System.out.println(c);
public static AppleDeviceController.AppleDeviceKindEnum 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 null