|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<GetOpts.ArgType>
edu.mayo.bsi.ngsportal.server.GetOpts.ArgType
public static enum GetOpts.ArgType
Enumerated Type to specify the type of argument (if any) any option has
| Enum Constant Summary | |
|---|---|
kMultiRequiredArgument
Parameter that can occur more than once, w/ new argument each time. |
|
kNoArgument
Parameter that doesn't take an argument |
|
kOptionalArgument
Parameter that can take an argument, but doesn't have to |
|
kRequiredArgument
Parameter that requires an argument |
|
| Method Summary | |
|---|---|
static GetOpts.ArgType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GetOpts.ArgType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final GetOpts.ArgType kNoArgument
public static final GetOpts.ArgType kOptionalArgument
public static final GetOpts.ArgType kRequiredArgument
public static final GetOpts.ArgType kMultiRequiredArgument
| Method Detail |
|---|
public static GetOpts.ArgType[] values()
for (GetOpts.ArgType c : GetOpts.ArgType.values()) System.out.println(c);
public static GetOpts.ArgType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||