|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<CommandLineParse.OptionType>
fr.inria.opengve.tools.CommandLineParse.OptionType
public static enum CommandLineParse.OptionType
Enumeration of all option type.
Enum Constant Summary | |
---|---|
BOOLEAN_OPTION
Boolean option type |
|
DOUBLE_OPTION
Double option type |
|
INTEGER_OPTION
Integer option type |
|
LONG_OPTION
Long option type |
|
STRING_OPTION
String option type |
Method Summary | |
---|---|
static CommandLineParse.OptionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CommandLineParse.OptionType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CommandLineParse.OptionType BOOLEAN_OPTION
public static final CommandLineParse.OptionType INTEGER_OPTION
public static final CommandLineParse.OptionType LONG_OPTION
public static final CommandLineParse.OptionType DOUBLE_OPTION
public static final CommandLineParse.OptionType STRING_OPTION
Method Detail |
---|
public static final CommandLineParse.OptionType[] values()
for(CommandLineParse.OptionType c : CommandLineParse.OptionType.values()) System.out.println(c);
public static CommandLineParse.OptionType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |