public static enum CCheckManager.CCheckStatus extends java.lang.Enum<CCheckManager.CCheckStatus>
Enum Constant and Description |
---|
DONE |
ERROR |
NOCCHECK |
ONGOING |
QUEUED |
Modifier and Type | Method and Description |
---|---|
static CCheckManager.CCheckStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CCheckManager.CCheckStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CCheckManager.CCheckStatus ONGOING
public static final CCheckManager.CCheckStatus DONE
public static final CCheckManager.CCheckStatus QUEUED
public static final CCheckManager.CCheckStatus NOCCHECK
public static final CCheckManager.CCheckStatus ERROR
public static CCheckManager.CCheckStatus[] values()
for (CCheckManager.CCheckStatus c : CCheckManager.CCheckStatus.values()) System.out.println(c);
public static CCheckManager.CCheckStatus valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null