public enum ExecMessage extends Enum<ExecMessage> implements Message
| Enum Constant and Description |
|---|
DEFAULT |
EXEC |
GET_ACTION_LIST |
SEND_MOUSE_ACTION |
SETUP_SCREEN_WATCHER |
| Modifier and Type | Method and Description |
|---|---|
static ExecMessage |
get(int code) |
int |
getID()
Get command id to execute on host, service definitions are available on Scope Interface
|
String |
getServiceName()
Associates a command id with a service name
|
static ExecMessage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecMessage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExecMessage EXEC
public static final ExecMessage GET_ACTION_LIST
public static final ExecMessage SETUP_SCREEN_WATCHER
public static final ExecMessage SEND_MOUSE_ACTION
public static final ExecMessage DEFAULT
public static ExecMessage[] values()
for (ExecMessage c : ExecMessage.values()) System.out.println(c);
public static ExecMessage 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 int getID()
Messagepublic String getServiceName()
MessagegetServiceName in interface Messagepublic static ExecMessage get(int code)
Copyright © 2013. All Rights Reserved.