public static enum Option.Param extends Enum<Option.Param>
| Enum Constant and Description |
|---|
BOOLEAN |
CLASS |
COLLECTION |
DIRPATH |
DOUBLE |
ENUM |
FILEPATH |
INTEGER |
LOG4JLEVEL |
PASSWORD |
STRING |
| Modifier and Type | Method and Description |
|---|---|
static Option.Param |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Option.Param[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Option.Param BOOLEAN
public static final Option.Param INTEGER
public static final Option.Param DOUBLE
public static final Option.Param STRING
public static final Option.Param COLLECTION
public static final Option.Param FILEPATH
public static final Option.Param DIRPATH
public static final Option.Param PASSWORD
public static final Option.Param CLASS
public static final Option.Param ENUM
public static final Option.Param LOG4JLEVEL
public static Option.Param[] values()
for (Option.Param c : Option.Param.values()) System.out.println(c);
public static Option.Param 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. All Rights Reserved.