public static enum CommonOptionParser.BooleanOptionFormat extends Enum<CommonOptionParser.BooleanOptionFormat>
| Enum Constant and Description |
|---|
NAME_VALUE |
PLUS_MINUS |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static CommonOptionParser.BooleanOptionFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommonOptionParser.BooleanOptionFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommonOptionParser.BooleanOptionFormat NAME_VALUE
public static final CommonOptionParser.BooleanOptionFormat PLUS_MINUS
public static CommonOptionParser.BooleanOptionFormat[] values()
public static CommonOptionParser.BooleanOptionFormat 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 toString()
toString in class Enum<CommonOptionParser.BooleanOptionFormat>