public static enum TransferProgress.Status extends Enum<TransferProgress.Status>
Enum Constant and Description |
---|
CANCELLED |
COMMIT_REQUESTED |
COMMITTING |
COMPLETE |
ERROR |
PRE_COMMIT |
Modifier and Type | Method and Description |
---|---|
static TransferProgress.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransferProgress.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransferProgress.Status PRE_COMMIT
public static final TransferProgress.Status COMMIT_REQUESTED
public static final TransferProgress.Status COMMITTING
public static final TransferProgress.Status COMPLETE
public static final TransferProgress.Status ERROR
public static final TransferProgress.Status CANCELLED
public static TransferProgress.Status[] values()
for (TransferProgress.Status c : TransferProgress.Status.values()) System.out.println(c);
public static TransferProgress.Status 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 © 2005–2017 Alfresco Software. All rights reserved.