|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ResponseMessage.DownloadFailureReason>
com.ecebs.rtd.enabler.types.response.ResponseMessage.DownloadFailureReason
public static enum ResponseMessage.DownloadFailureReason
Defines the reasons that a download could have failed
Enum Constant Summary | |
---|---|
CARD_BLOCKED
The card is blocked and the operation cannot be completed |
|
CARD_CORRUPT
The card is corrupt and the operation cannot be completed |
|
CARD_EXPIRED
The card is expired and the operation cannot be completed |
|
CARD_FULL
The card is full and the operation cannot be completed |
|
CARD_NOT_SUPPORTED
The card is not of a supported type |
|
ID_PRODUCT_NOT_FOUND
The product ID specified is not setup on the server |
|
PRODUCT_BLOCKED
The specified product is blocked and the operation cannot be completed |
|
PRODUCT_CORRUPT
The specified product is corrupt and the operation cannot be completed |
|
PRODUCT_EXPIRED
The specified product is expired and the operation cannot be completed |
|
PRODUCT_INSUFFICIENT_FUNDS
The specified STR product has insufficient funds to complete the operation |
|
PRODUCT_MAX_VALUE_REACHED
The specified STR product has reached its max value and the operation cannot be completed |
|
PRODUCT_NOT_FOUND
The specified product could not be found |
|
PRODUCT_NOT_SUPPORTED
The specified product is not supported |
|
PRODUCT_STILL_WITHIN_PASSBACK
The specified product is still within its passback time |
|
UNKNOWN
|
|
UNSPECIFIED
An unspecified error occurred |
Method Summary | |
---|---|
static ResponseMessage.DownloadFailureReason |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ResponseMessage.DownloadFailureReason[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ResponseMessage.DownloadFailureReason CARD_BLOCKED
public static final ResponseMessage.DownloadFailureReason CARD_CORRUPT
public static final ResponseMessage.DownloadFailureReason CARD_EXPIRED
public static final ResponseMessage.DownloadFailureReason CARD_FULL
public static final ResponseMessage.DownloadFailureReason CARD_NOT_SUPPORTED
public static final ResponseMessage.DownloadFailureReason ID_PRODUCT_NOT_FOUND
public static final ResponseMessage.DownloadFailureReason PRODUCT_BLOCKED
public static final ResponseMessage.DownloadFailureReason PRODUCT_CORRUPT
public static final ResponseMessage.DownloadFailureReason PRODUCT_EXPIRED
public static final ResponseMessage.DownloadFailureReason PRODUCT_INSUFFICIENT_FUNDS
public static final ResponseMessage.DownloadFailureReason PRODUCT_MAX_VALUE_REACHED
public static final ResponseMessage.DownloadFailureReason PRODUCT_NOT_FOUND
public static final ResponseMessage.DownloadFailureReason PRODUCT_NOT_SUPPORTED
public static final ResponseMessage.DownloadFailureReason PRODUCT_STILL_WITHIN_PASSBACK
public static final ResponseMessage.DownloadFailureReason UNSPECIFIED
public static final ResponseMessage.DownloadFailureReason UNKNOWN
Method Detail |
---|
public static ResponseMessage.DownloadFailureReason[] values()
for (ResponseMessage.DownloadFailureReason c : ResponseMessage.DownloadFailureReason.values()) System.out.println(c);
public static ResponseMessage.DownloadFailureReason valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |