public static enum CCheckManager.CCheckStatus extends Enum<CCheckManager.CCheckStatus>
| Enum Constant and Description |
|---|
DONE |
ERROR |
NOCCHECK |
ONGOING |
QUEUED |
| Modifier and Type | Method and Description |
|---|---|
static CCheckManager.CCheckStatus |
valueOf(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(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 © 2015. All rights reserved.