public static enum RtaCommand.Command extends java.lang.Enum<RtaCommand.Command>
Enum Constant and Description |
---|
CUSTOM_COMMAND |
RESUME_COMPONENT |
START_COMPONENT |
START_SCRIPT |
STOP_COMPONENT |
SUSPEND_COMPONENT |
Modifier and Type | Method and Description |
---|---|
static RtaCommand.Command |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RtaCommand.Command[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RtaCommand.Command START_COMPONENT
public static final RtaCommand.Command STOP_COMPONENT
public static final RtaCommand.Command SUSPEND_COMPONENT
public static final RtaCommand.Command RESUME_COMPONENT
public static final RtaCommand.Command START_SCRIPT
public static final RtaCommand.Command CUSTOM_COMMAND
public static RtaCommand.Command[] values()
for (RtaCommand.Command c : RtaCommand.Command.values()) System.out.println(c);
public static RtaCommand.Command valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2000-2014 TIBCO Inc. All Rights Reserved.