public static enum Argument.Kind extends Enum<Argument.Kind>
| Modifier and Type | Method and Description |
|---|---|
static Argument.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Argument.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Argument.Kind input
public static final Argument.Kind option
public static final Argument.Kind output
public static Argument.Kind[] values()
for (Argument.Kind c : Argument.Kind.values()) System.out.println(c);
public static Argument.Kind 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 © 2012–2016 The DAISY Consortium. All rights reserved.