com.BTPaySDK
Enum BTPay_SDK.EVENT_MSR_Types
java.lang.Object
java.lang.Enum<BTPay_SDK.EVENT_MSR_Types>
com.BTPaySDK.BTPay_SDK.EVENT_MSR_Types
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<BTPay_SDK.EVENT_MSR_Types>
- Enclosing class:
- BTPay_SDK
public static enum BTPay_SDK.EVENT_MSR_Types
- extends java.lang.Enum<BTPay_SDK.EVENT_MSR_Types>
Define MSR type.
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 |
EVENT_MSR_UNKNOWN
public static final BTPay_SDK.EVENT_MSR_Types EVENT_MSR_UNKNOWN
EVENT_MSR_CARD_DATA
public static final BTPay_SDK.EVENT_MSR_Types EVENT_MSR_CARD_DATA
EVENT_MSR_CANCEL_KEY
public static final BTPay_SDK.EVENT_MSR_Types EVENT_MSR_CANCEL_KEY
EVENT_MSR_BACKSPACE_KEY
public static final BTPay_SDK.EVENT_MSR_Types EVENT_MSR_BACKSPACE_KEY
EVENT_MSR_ENTER_KEY
public static final BTPay_SDK.EVENT_MSR_Types EVENT_MSR_ENTER_KEY
EVENT_MSR_DATA_ERROR
public static final BTPay_SDK.EVENT_MSR_Types EVENT_MSR_DATA_ERROR
values
public static BTPay_SDK.EVENT_MSR_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 (BTPay_SDK.EVENT_MSR_Types c : BTPay_SDK.EVENT_MSR_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 BTPay_SDK.EVENT_MSR_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