public enum PendingDownloadStatus extends Enum<PendingDownloadStatus>
Enum Constant and Description |
---|
ABORTED |
COMPLETED |
CORRUPTED |
INPROGRESS |
MISSING |
PENDING |
VERIFICATION |
VERIFIED |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static PendingDownloadStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PendingDownloadStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PendingDownloadStatus CORRUPTED
public static final PendingDownloadStatus MISSING
public static final PendingDownloadStatus ABORTED
public static final PendingDownloadStatus PENDING
public static final PendingDownloadStatus INPROGRESS
public static final PendingDownloadStatus COMPLETED
public static final PendingDownloadStatus VERIFICATION
public static final PendingDownloadStatus VERIFIED
public static PendingDownloadStatus[] values()
for (PendingDownloadStatus c : PendingDownloadStatus.values()) System.out.println(c);
public static PendingDownloadStatus 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 nullpublic int getValue()
Copyright © 2016 Nuxeo SA. All rights reserved.