public class ReconnectionMode extends EnumerationBase
Modifier and Type | Field and Description |
---|---|
static ReconnectionMode |
IAP
The instance of IAP
|
static ReconnectionMode |
NONE
The instance of None
|
static ReconnectionMode |
NOT_SPECIFIED
The instance of Not Specified
|
static ReconnectionMode[] |
PRIVATE_VALUES |
static ReconnectionMode |
RFCOMM
The instance of RFCOMM
|
Modifier and Type | Method and Description |
---|---|
static ReconnectionMode[] |
getValues() |
static ReconnectionMode |
Parse(java.lang.String parameter) |
getArgument, getDescription, toString
public static final ReconnectionMode NOT_SPECIFIED
public static final ReconnectionMode NONE
public static final ReconnectionMode RFCOMM
public static final ReconnectionMode IAP
public static final ReconnectionMode[] PRIVATE_VALUES
public static final ReconnectionMode[] getValues()
public static final ReconnectionMode Parse(java.lang.String parameter)