public static enum DeviceAdaptive.Device extends Enum<DeviceAdaptive.Device>
| Enum Constant and Description |
|---|
all |
largeDisplayArrows |
largeDisplayMouse |
largeDisplayTouch |
smallDisplayArrows |
smallDisplayTouch |
| Modifier and Type | Method and Description |
|---|---|
DeviceAdaptive.Input |
getInput() |
DeviceAdaptive.Size |
getSize() |
static DeviceAdaptive.Device |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceAdaptive.Device[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceAdaptive.Device largeDisplayMouse
public static final DeviceAdaptive.Device largeDisplayTouch
public static final DeviceAdaptive.Device largeDisplayArrows
public static final DeviceAdaptive.Device smallDisplayTouch
public static final DeviceAdaptive.Device smallDisplayArrows
public static final DeviceAdaptive.Device all
public static DeviceAdaptive.Device[] values()
for (DeviceAdaptive.Device c : DeviceAdaptive.Device.values()) System.out.println(c);
public static DeviceAdaptive.Device 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 DeviceAdaptive.Input getInput()
public DeviceAdaptive.Size getSize()
Copyright © 2015. All rights reserved.