public static enum Report.PACKAGESTATUS extends Enum<Report.PACKAGESTATUS>
| Enum Constant and Description |
|---|
ACTIVATED |
ALREADYDEPLOYED |
ALREADYREGISTERED |
DEPLOYED |
FAILED |
NOTUNDEPLOYABLE |
NOTVERIFIED |
PATCHED |
REFERRED |
REGISTERED |
REMOVEDFROMSCOPE |
RUNNING |
SKIPPED |
STARTED |
UNDEPLOYED |
UPDATED |
WAITING |
| Modifier and Type | Method and Description |
|---|---|
static Report.PACKAGESTATUS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Report.PACKAGESTATUS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Report.PACKAGESTATUS FAILED
public static final Report.PACKAGESTATUS DEPLOYED
public static final Report.PACKAGESTATUS STARTED
public static final Report.PACKAGESTATUS WAITING
public static final Report.PACKAGESTATUS ALREADYDEPLOYED
public static final Report.PACKAGESTATUS NOTVERIFIED
public static final Report.PACKAGESTATUS REFERRED
public static final Report.PACKAGESTATUS UPDATED
public static final Report.PACKAGESTATUS SKIPPED
public static final Report.PACKAGESTATUS PATCHED
public static final Report.PACKAGESTATUS RUNNING
public static final Report.PACKAGESTATUS ACTIVATED
public static final Report.PACKAGESTATUS UNDEPLOYED
public static final Report.PACKAGESTATUS NOTUNDEPLOYABLE
public static final Report.PACKAGESTATUS REMOVEDFROMSCOPE
public static final Report.PACKAGESTATUS REGISTERED
public static final Report.PACKAGESTATUS ALREADYREGISTERED
public static Report.PACKAGESTATUS[] values()
for (Report.PACKAGESTATUS c : Report.PACKAGESTATUS.values()) System.out.println(c);
public static Report.PACKAGESTATUS 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.