|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<EmulatorInfoArgs>
org.eclipse.mtj.toolkit.uei.model.EmulatorInfoArgs
public enum EmulatorInfoArgs
The emulator command support several arguments that provide information about the emulator itself.
| Enum Constant Summary | |
|---|---|
VERSION
Display version information about the emulator. |
|
XQUERY
Print emulator device information to the standard output and immediately exit. |
|
| Method Summary | |
|---|---|
String |
toString()
Returns the command string represented by this enum constant. |
static EmulatorInfoArgs |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EmulatorInfoArgs[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final EmulatorInfoArgs VERSION
public static final EmulatorInfoArgs XQUERY
| Method Detail |
|---|
public static final EmulatorInfoArgs[] values()
for(EmulatorInfoArgs c : EmulatorInfoArgs.values())
System.out.println(c);
public static EmulatorInfoArgs valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified namepublic String toString()
toString in class Enum<EmulatorInfoArgs>Enum.toString()
|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||