public static enum TransferEvent.TransferState extends Enum<TransferEvent.TransferState>
Enum Constant and Description |
---|
CANCELLED |
COMMITTING |
ERROR |
PREPARING |
SENDING_CONTENT |
SENDING_SNAPSHOT |
START |
SUCCESS |
Modifier and Type | Method and Description |
---|---|
static TransferEvent.TransferState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransferEvent.TransferState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransferEvent.TransferState START
public static final TransferEvent.TransferState SENDING_SNAPSHOT
public static final TransferEvent.TransferState SENDING_CONTENT
public static final TransferEvent.TransferState PREPARING
public static final TransferEvent.TransferState COMMITTING
public static final TransferEvent.TransferState SUCCESS
public static final TransferEvent.TransferState ERROR
public static final TransferEvent.TransferState CANCELLED
public static TransferEvent.TransferState[] values()
for (TransferEvent.TransferState c : TransferEvent.TransferState.values()) System.out.println(c);
public static TransferEvent.TransferState 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.