public static enum CopyCollectionStatus.JobStatus extends java.lang.Enum<CopyCollectionStatus.JobStatus>
| Enum Constant and Description |
|---|
FAILED |
NOT_REQUIRED |
NOT_STARTED |
RUNNING_EDP_JOB |
RUNNING_INGEST |
SUCCEEDED |
| Modifier and Type | Method and Description |
|---|---|
static CopyCollectionStatus.JobStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CopyCollectionStatus.JobStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CopyCollectionStatus.JobStatus NOT_REQUIRED
public static final CopyCollectionStatus.JobStatus NOT_STARTED
public static final CopyCollectionStatus.JobStatus RUNNING_EDP_JOB
public static final CopyCollectionStatus.JobStatus RUNNING_INGEST
public static final CopyCollectionStatus.JobStatus SUCCEEDED
public static final CopyCollectionStatus.JobStatus FAILED
public static CopyCollectionStatus.JobStatus[] values()
for (CopyCollectionStatus.JobStatus c : CopyCollectionStatus.JobStatus.values()) System.out.println(c);
public static CopyCollectionStatus.JobStatus 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 nullCopyright 2003, 2014, Oracle and/or its affiliates. All rights reserved.