public static enum CommandUpdater.CommandField extends Enum<CommandUpdater.CommandField>
| Enum Constant and Description |
|---|
DESCRIPTION |
NAME |
| Modifier and Type | Method and Description |
|---|---|
static CommandUpdater.CommandField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandUpdater.CommandField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommandUpdater.CommandField NAME
public static final CommandUpdater.CommandField DESCRIPTION
public static CommandUpdater.CommandField[] values()
for (CommandUpdater.CommandField c : CommandUpdater.CommandField.values()) System.out.println(c);
public static CommandUpdater.CommandField 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 © 2018 Bonitasoft S.A.. All rights reserved.