public enum TransferStatusEnum extends java.lang.Enum<TransferStatusEnum>
| Enum Constant and Description |
|---|
TRANSFER_CANCELLED |
TRANSFER_COMPLETE |
TRANSFER_FAILURE |
TRANSFER_START |
| Modifier and Type | Method and Description |
|---|---|
static TransferStatusEnum |
getEnumFromMessage(java.lang.String transferMsg) |
java.lang.String |
getTransferMessage() |
static TransferStatusEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TransferStatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransferStatusEnum TRANSFER_START
public static final TransferStatusEnum TRANSFER_COMPLETE
public static final TransferStatusEnum TRANSFER_CANCELLED
public static final TransferStatusEnum TRANSFER_FAILURE
public static TransferStatusEnum[] values()
for (TransferStatusEnum c : TransferStatusEnum.values()) System.out.println(c);
public static TransferStatusEnum 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 nullpublic java.lang.String getTransferMessage()
public static TransferStatusEnum getEnumFromMessage(java.lang.String transferMsg)
Copyright © 2006 - 2022 - HelpSystems LLC All Rights Reserved.