public static enum JCommanderBasedMain.ProcessResult extends Enum<JCommanderBasedMain.ProcessResult>
| Modifier and Type | Method and Description |
|---|---|
static JCommanderBasedMain.ProcessResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JCommanderBasedMain.ProcessResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JCommanderBasedMain.ProcessResult Ok
public static final JCommanderBasedMain.ProcessResult Version
public static final JCommanderBasedMain.ProcessResult Help
public static final JCommanderBasedMain.ProcessResult Error
public static JCommanderBasedMain.ProcessResult[] values()
for (JCommanderBasedMain.ProcessResult c : JCommanderBasedMain.ProcessResult.values()) System.out.println(c);
public static JCommanderBasedMain.ProcessResult 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. All rights reserved.