public static enum DagOnSteroids.NodeCleaner.NodeState extends Enum<DagOnSteroids.NodeCleaner.NodeState>
| Enum Constant and Description |
|---|
ABORTED |
BEING_CLEANED |
CLEAN |
CLEANED |
CLEANING_ORDERED |
DIRTY |
FAIL |
UNCLEANABLE |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
boolean |
oneOf(DagOnSteroids.NodeCleaner.NodeState... others) |
static DagOnSteroids.NodeCleaner.NodeState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DagOnSteroids.NodeCleaner.NodeState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DagOnSteroids.NodeCleaner.NodeState UNKNOWN
public static final DagOnSteroids.NodeCleaner.NodeState CLEAN
public static final DagOnSteroids.NodeCleaner.NodeState DIRTY
public static final DagOnSteroids.NodeCleaner.NodeState CLEANING_ORDERED
public static final DagOnSteroids.NodeCleaner.NodeState BEING_CLEANED
public static final DagOnSteroids.NodeCleaner.NodeState UNCLEANABLE
public static final DagOnSteroids.NodeCleaner.NodeState CLEANED
public static final DagOnSteroids.NodeCleaner.NodeState FAIL
public static final DagOnSteroids.NodeCleaner.NodeState ABORTED
public static DagOnSteroids.NodeCleaner.NodeState[] values()
for (DagOnSteroids.NodeCleaner.NodeState c : DagOnSteroids.NodeCleaner.NodeState.values()) System.out.println(c);
public static DagOnSteroids.NodeCleaner.NodeState 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 nullpublic boolean oneOf(DagOnSteroids.NodeCleaner.NodeState... others)
Copyright © 2017 aequologica. All rights reserved.