public enum TerminalManagementComponentType extends Enum<TerminalManagementComponentType> implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
Enum Constant and Description |
---|
ACQUIRER_PROTOCOL_PARAMS |
APPLICATION_PARAMS |
CERTIFICATE_PARAMS |
DEVICE |
DRIVER |
EMV_KERNEL |
EMV_LEVEL1 |
MERCHANT_PARAMS |
MIDDLEWARE |
OPERATING_SYSTEM |
PAYMENT_APPLICATION |
SECURE_MODULE |
SECURITY_PARAMS |
SERVER |
TERMINAL |
TERMINAL_PARAMS |
TMS_PROTOCOL_PARAMS |
Modifier and Type | Field and Description |
---|---|
static Parcelable.Creator<TerminalManagementComponentType> |
CREATOR |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
static TerminalManagementComponentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TerminalManagementComponentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
void |
writeToParcel(Parcel dest,
int flags) |
public static final TerminalManagementComponentType ACQUIRER_PROTOCOL_PARAMS
public static final TerminalManagementComponentType APPLICATION_PARAMS
public static final TerminalManagementComponentType TERMINAL_PARAMS
public static final TerminalManagementComponentType SECURITY_PARAMS
public static final TerminalManagementComponentType SERVER
public static final TerminalManagementComponentType TERMINAL
public static final TerminalManagementComponentType DEVICE
public static final TerminalManagementComponentType SECURE_MODULE
public static final TerminalManagementComponentType PAYMENT_APPLICATION
public static final TerminalManagementComponentType EMV_KERNEL
public static final TerminalManagementComponentType EMV_LEVEL1
public static final TerminalManagementComponentType MIDDLEWARE
public static final TerminalManagementComponentType DRIVER
public static final TerminalManagementComponentType OPERATING_SYSTEM
public static final TerminalManagementComponentType MERCHANT_PARAMS
public static final TerminalManagementComponentType CERTIFICATE_PARAMS
public static final TerminalManagementComponentType TMS_PROTOCOL_PARAMS
public static final Parcelable.Creator<TerminalManagementComponentType> CREATOR
public static TerminalManagementComponentType[] values()
for (TerminalManagementComponentType c : TerminalManagementComponentType.values()) System.out.println(c);
public static TerminalManagementComponentType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int describeContents()
describeContents
in interface Parcelable
public void writeToParcel(Parcel dest, int flags)
writeToParcel
in interface Parcelable