static enum HAAdmin.CommandOption extends Enum<HAAdmin.CommandOption>
| Enum Constant and Description | 
|---|
RETURN_ON_FIRST_SUCCESS  | 
RUN_ALL_NODES  | 
| Modifier and Type | Method and Description | 
|---|---|
static HAAdmin.CommandOption | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static HAAdmin.CommandOption[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final HAAdmin.CommandOption RETURN_ON_FIRST_SUCCESS
public static final HAAdmin.CommandOption RUN_ALL_NODES
public static HAAdmin.CommandOption[] values()
for (HAAdmin.CommandOption c : HAAdmin.CommandOption.values()) System.out.println(c);
public static HAAdmin.CommandOption 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 © 2015–2018 Cloud Software Group, Inc.. All rights reserved.