com.BTPaySDK
Enum OnReceiverListener.EMV_RESULT_CODE_Types

java.lang.Object
  extended by java.lang.Enum<OnReceiverListener.EMV_RESULT_CODE_Types>
      extended by com.BTPaySDK.OnReceiverListener.EMV_RESULT_CODE_Types
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<OnReceiverListener.EMV_RESULT_CODE_Types>
Enclosing interface:
OnReceiverListener

public static enum OnReceiverListener.EMV_RESULT_CODE_Types
extends java.lang.Enum<OnReceiverListener.EMV_RESULT_CODE_Types>


Enum Constant Summary
EMV_RESULT_CODE_APPROVED
           
EMV_RESULT_CODE_CANCEL
           
EMV_RESULT_CODE_DECLINED
           
EMV_RESULT_CODE_FAILED
           
EMV_RESULT_CODE_FALLBACK
           
EMV_RESULT_CODE_GO_ONLINE
           
EMV_RESULT_CODE_NOT_ACCEPT
           
EMV_RESULT_CODE_OFFLINE_APPROVED
           
EMV_RESULT_CODE_OFFLINE_DECLINED
           
EMV_RESULT_CODE_OTHER_ERROR
           
EMV_RESULT_CODE_SYSTEM_ERROR
           
EMV_RESULT_CODE_TIME_OUT
           
 
Method Summary
static OnReceiverListener.EMV_RESULT_CODE_Types valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OnReceiverListener.EMV_RESULT_CODE_Types[] 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

EMV_RESULT_CODE_APPROVED

public static final OnReceiverListener.EMV_RESULT_CODE_Types EMV_RESULT_CODE_APPROVED

EMV_RESULT_CODE_DECLINED

public static final OnReceiverListener.EMV_RESULT_CODE_Types EMV_RESULT_CODE_DECLINED

EMV_RESULT_CODE_GO_ONLINE

public static final OnReceiverListener.EMV_RESULT_CODE_Types EMV_RESULT_CODE_GO_ONLINE

EMV_RESULT_CODE_FAILED

public static final OnReceiverListener.EMV_RESULT_CODE_Types EMV_RESULT_CODE_FAILED

EMV_RESULT_CODE_SYSTEM_ERROR

public static final OnReceiverListener.EMV_RESULT_CODE_Types EMV_RESULT_CODE_SYSTEM_ERROR

EMV_RESULT_CODE_NOT_ACCEPT

public static final OnReceiverListener.EMV_RESULT_CODE_Types EMV_RESULT_CODE_NOT_ACCEPT

EMV_RESULT_CODE_FALLBACK

public static final OnReceiverListener.EMV_RESULT_CODE_Types EMV_RESULT_CODE_FALLBACK

EMV_RESULT_CODE_CANCEL

public static final OnReceiverListener.EMV_RESULT_CODE_Types EMV_RESULT_CODE_CANCEL

EMV_RESULT_CODE_OTHER_ERROR

public static final OnReceiverListener.EMV_RESULT_CODE_Types EMV_RESULT_CODE_OTHER_ERROR

EMV_RESULT_CODE_TIME_OUT

public static final OnReceiverListener.EMV_RESULT_CODE_Types EMV_RESULT_CODE_TIME_OUT

EMV_RESULT_CODE_OFFLINE_APPROVED

public static final OnReceiverListener.EMV_RESULT_CODE_Types EMV_RESULT_CODE_OFFLINE_APPROVED

EMV_RESULT_CODE_OFFLINE_DECLINED

public static final OnReceiverListener.EMV_RESULT_CODE_Types EMV_RESULT_CODE_OFFLINE_DECLINED
Method Detail

values

public static OnReceiverListener.EMV_RESULT_CODE_Types[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (OnReceiverListener.EMV_RESULT_CODE_Types c : OnReceiverListener.EMV_RESULT_CODE_Types.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static OnReceiverListener.EMV_RESULT_CODE_Types valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null