public static enum EmulationProfile.IME extends Enum<EmulationProfile.IME>
| Modifier and Type | Method and Description |
|---|---|
static EmulationProfile.IME |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmulationProfile.IME[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmulationProfile.IME NATIVE
public static final EmulationProfile.IME TOUCH
public static final EmulationProfile.IME KEYPAD
public static final EmulationProfile.IME TABLET
public static EmulationProfile.IME[] values()
for (EmulationProfile.IME c : EmulationProfile.IME.values()) System.out.println(c);
public static EmulationProfile.IME 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 © 2013. All Rights Reserved.