public static enum ConvertWizardConsole.COMMAND extends Enum<ConvertWizardConsole.COMMAND>
| Modifier and Type | Method and Description |
|---|---|
String |
getAbbreviation() |
String |
getDescription() |
String |
getName() |
String |
getParameters() |
static ConvertWizardConsole.COMMAND |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConvertWizardConsole.COMMAND[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConvertWizardConsole.COMMAND SAVE
public static final ConvertWizardConsole.COMMAND CONVERT
public static ConvertWizardConsole.COMMAND[] values()
for (ConvertWizardConsole.COMMAND c : ConvertWizardConsole.COMMAND.values()) System.out.println(c);
public static ConvertWizardConsole.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 nullpublic String getName()
public String getAbbreviation()
public String getParameters()
public String getDescription()
Copyright © 2009–2015 Humboldt-Universität zu Berlin, INRIA. All rights reserved.