public static enum OpsParams.Command extends Enum<OpsParams.Command>
Enum Constant and Description |
---|
_deploy |
create_application_ref |
delete_application_ref |
deploy |
disable |
enable |
shutdown_server |
startup_server |
undeploy |
Modifier and Type | Method and Description |
---|---|
static OpsParams.Command |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpsParams.Command[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpsParams.Command deploy
public static final OpsParams.Command undeploy
public static final OpsParams.Command enable
public static final OpsParams.Command disable
public static final OpsParams.Command _deploy
public static final OpsParams.Command create_application_ref
public static final OpsParams.Command delete_application_ref
public static final OpsParams.Command startup_server
public static final OpsParams.Command shutdown_server
public static OpsParams.Command[] values()
for (OpsParams.Command c : OpsParams.Command.values()) System.out.println(c);
public static OpsParams.Command 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 © 2020. All rights reserved.