public static enum OptionIterator.Status extends Enum<OptionIterator.Status>
Modifier and Type | Method and Description |
---|---|
static OptionIterator.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OptionIterator.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OptionIterator.Status BOOT
public static final OptionIterator.Status DEFAULT
public static final OptionIterator.Status CHANGED
public static OptionIterator.Status[] values()
for (OptionIterator.Status c : OptionIterator.Status.values()) System.out.println(c);
public static OptionIterator.Status 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 © 1970 The Apache Software Foundation. All rights reserved.