public final enum

readerConnectionType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.paypal.paypalretailsdk.readerConnectionType

Class Overview

readerConnectionType.java

Summary

Enum Values
readerConnectionType  AudioJack   
readerConnectionType  Bluetooth   
readerConnectionType  DockPort   
readerConnectionType  Unknown   
Public Methods
static readerConnectionType fromInt(int value)
int getValue()
static readerConnectionType valueOf(String name)
final static readerConnectionType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final readerConnectionType AudioJack

public static final readerConnectionType Bluetooth

public static final readerConnectionType DockPort

public static final readerConnectionType Unknown

Public Methods

public static readerConnectionType fromInt (int value)

public int getValue ()

public static readerConnectionType valueOf (String name)

public static final readerConnectionType[] values ()