public static enum TreeWalkResults.TreeWalkEntry.STATUS extends Enum<TreeWalkResults.TreeWalkEntry.STATUS>
Enum Constant and Description |
---|
ADDED |
DIFFERENT |
ERROR |
INFO |
MATCHED |
NESTED_ERROR |
REMOVED |
Modifier and Type | Method and Description |
---|---|
static TreeWalkResults.TreeWalkEntry.STATUS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TreeWalkResults.TreeWalkEntry.STATUS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TreeWalkResults.TreeWalkEntry.STATUS INFO
public static final TreeWalkResults.TreeWalkEntry.STATUS MATCHED
public static final TreeWalkResults.TreeWalkEntry.STATUS REMOVED
public static final TreeWalkResults.TreeWalkEntry.STATUS ADDED
public static final TreeWalkResults.TreeWalkEntry.STATUS ERROR
public static final TreeWalkResults.TreeWalkEntry.STATUS DIFFERENT
public static final TreeWalkResults.TreeWalkEntry.STATUS NESTED_ERROR
public static TreeWalkResults.TreeWalkEntry.STATUS[] values()
for (TreeWalkResults.TreeWalkEntry.STATUS c : TreeWalkResults.TreeWalkEntry.STATUS.values()) System.out.println(c);
public static TreeWalkResults.TreeWalkEntry.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 © 2016. All rights reserved.