public static enum CmdLineOptionValidator.Result.Grade extends Enum<CmdLineOptionValidator.Result.Grade>
Modifier and Type | Method and Description |
---|---|
static CmdLineOptionValidator.Result.Grade |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CmdLineOptionValidator.Result.Grade[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmdLineOptionValidator.Result.Grade PASS
public static final CmdLineOptionValidator.Result.Grade FAIL
public static CmdLineOptionValidator.Result.Grade[] values()
for (CmdLineOptionValidator.Result.Grade c : CmdLineOptionValidator.Result.Grade.values()) System.out.println(c);
public static CmdLineOptionValidator.Result.Grade 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 © 1999–2017 Apache OODT. All rights reserved.