|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Outcome.Code>
com.ecebs.rtd.enabler.types.Outcome.Code
public static enum Outcome.Code
Represents the reason for an operation finishing
Method Summary | |
---|---|
boolean |
isTransient()
Determine whether this code represents a transient error |
static Outcome.Code |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Outcome.Code[] |
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 Outcome.Code SUCCESS
public static final Outcome.Code SUCCESS_REQUESTS_PENDING
public static final Outcome.Code ERROR_CM_IO
public static final Outcome.Code ERROR_CM_APDU_SW
public static final Outcome.Code ERROR_CM_INCORRECT
public static final Outcome.Code ERROR_CM_UNSUPPORTED
public static final Outcome.Code ERROR_CM_NOT_PRESENT
public static final Outcome.Code ERROR_CM_MULTIPLE_PRESENT
public static final Outcome.Code DENIED_UNKNOWN_ORIGINATOR
public static final Outcome.Code DENIED_BLOCKED_ORIGINATOR
public static final Outcome.Code DENIED_XML_INVALID
public static final Outcome.Code DENIED_ISRN_INVALID
public static final Outcome.Code DENIED_PRODUCT_UNKNOWN
public static final Outcome.Code DENIED_PRODUCT_INVALID
public static final Outcome.Code DENIED_VGXREF_REQUIRED
public static final Outcome.Code DENIED_PRODUCT_UNSUITABLE_FOR_CM
public static final Outcome.Code DENIED_PARAMETER_VALIDATION
public static final Outcome.Code DENIED_REQUEST_ID_INVALID
public static final Outcome.Code DENIED_ALREADY_CARRIED_OUT
public static final Outcome.Code ERROR_RTD_NOT_PERFORMED
public static final Outcome.Code ERROR_RTD_NO_TXN
public static final Outcome.Code ERROR_RTD_CARD_CORRUPT
public static final Outcome.Code ERROR_RTD_CARD_EXPIRED
public static final Outcome.Code ERROR_RTD_CARD_NOT_SUPPORTED
public static final Outcome.Code ERROR_RTD_CARD_BLOCKED
public static final Outcome.Code ERROR_RTD_ISAM_ERROR
public static final Outcome.Code ERROR_RTD_ISAM_ALLOCATION_ERROR
public static final Outcome.Code ERROR_RTD_REQUEST_DETAILS_REQUIRED
public static final Outcome.Code ERROR_RTD_UNSPECIFIED
public static final Outcome.Code ERROR_RTD_CANCELLED
public static final Outcome.Code ERROR_RTD_COMMS
public static final Outcome.Code ERROR_RTD_COMMS_AUTHENTICATION_REQUIRED
Method Detail |
---|
public static Outcome.Code[] values()
for (Outcome.Code c : Outcome.Code.values()) System.out.println(c);
public static Outcome.Code 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 nullpublic boolean isTransient()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |