public static enum JTRegParser.Status extends Enum<JTRegParser.Status>
| Modifier and Type | Method and Description |
|---|---|
static JTRegParser.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JTRegParser.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JTRegParser.Status SUCCESS
public static final JTRegParser.Status FAILED
public static final JTRegParser.Status ERROR
public static final JTRegParser.Status SKIPPED
public static JTRegParser.Status[] values()
for (JTRegParser.Status c : JTRegParser.Status.values()) System.out.println(c);
public static JTRegParser.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 © 2014–2017 Github jjYBdx4IL Projects. All rights reserved.