|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.n1.util.enum.EnumImpl
com.sun.n1.util.enumx.EnumXImpl
com.sun.n1.sps.model.executor.TargetStatusCode
public final class TargetStatusCode
A strongly-typed enumeration of target status to provide for better type-checking.
Nested Class Summary | |
---|---|
static class |
TargetStatusCode.Factory
Factory for object output type enums. |
Field Summary | |
---|---|
static TargetStatusCode |
ABORTED
Indicates a aborted status of a target. |
static TargetStatusCode.Factory |
FACTORY
The factory which may be used to look up TargetStatusCode by string or int value. |
static TargetStatusCode |
FAILURE
Indicates a failure status of a target. |
static TargetStatusCode |
INPROGRESS
Indicates a in progress status of a target. |
static TargetStatusCode |
NONE
Indicates a plan has not yet started for this target. |
static TargetStatusCode |
SUCCESS
Indicates a success status of a target. |
static TargetStatusCode |
TIMED_OUT
Indicates a timed out status of a target. |
Method Summary |
---|
Methods inherited from class com.sun.n1.util.enum.EnumImpl |
---|
equals, hashCode, toInt, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.sun.n1.util.enum.Enum |
---|
toInt |
Field Detail |
---|
public static final TargetStatusCode.Factory FACTORY
public static final TargetStatusCode NONE
public static final TargetStatusCode SUCCESS
public static final TargetStatusCode FAILURE
public static final TargetStatusCode INPROGRESS
public static final TargetStatusCode ABORTED
public static final TargetStatusCode TIMED_OUT
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |