|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<CommandType>
com.kuka.roboticsAPI.controllerModel.sunrise.connectionLib.CommandType
public enum CommandType
The command type defines the possible commands of request type 'CONTROL_COMAND'.
| Enum Constant Summary | |
|---|---|
GetConnectionInfo
Get the connection info from nameserver. |
|
NameserverPrintConnections
Let the nameserver print all connections. |
|
PingNameserver
Ping the nameserver. |
|
StopNameserver
Stops the nameserver. |
|
| Method Summary | |
|---|---|
int |
getId()
Gets the id of the command type. |
static CommandType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CommandType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final CommandType StopNameserver
public static final CommandType PingNameserver
public static final CommandType NameserverPrintConnections
public static final CommandType GetConnectionInfo
| Method Detail |
|---|
public static CommandType[] values()
for (CommandType c : CommandType.values()) System.out.println(c);
public static CommandType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic int getId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||