public static enum AsperaTransaction.AsperaTransactionState extends Enum<AsperaTransaction.AsperaTransactionState>
Enum Constant and Description |
---|
ARGSTOP
The transfer completed
|
DONE
The transfer completed successfully.
|
ERROR
The transfer failed.
|
INIT
The transfer is waiting for resources to execute and has not started yet.
|
NOTIFICATION
The transfer is waiting for resources to execute and has not started yet.
|
SESSION
The transfer is actively uploading or downloading and hasn't finished yet.
|
STATS
The transfer is actively uploading or downloading and hasn't finished yet.
|
STOP
The transfer completed successfully.
|
Modifier and Type | Method and Description |
---|---|
static AsperaTransaction.AsperaTransactionState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsperaTransaction.AsperaTransactionState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AsperaTransaction.AsperaTransactionState INIT
public static final AsperaTransaction.AsperaTransactionState NOTIFICATION
public static final AsperaTransaction.AsperaTransactionState STATS
public static final AsperaTransaction.AsperaTransactionState SESSION
public static final AsperaTransaction.AsperaTransactionState DONE
public static final AsperaTransaction.AsperaTransactionState STOP
public static final AsperaTransaction.AsperaTransactionState ARGSTOP
public static final AsperaTransaction.AsperaTransactionState ERROR
public static AsperaTransaction.AsperaTransactionState[] values()
for (AsperaTransaction.AsperaTransactionState c : AsperaTransaction.AsperaTransactionState.values()) System.out.println(c);
public static AsperaTransaction.AsperaTransactionState 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 © 2024. All rights reserved.