public class CommTimeoutType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONNECTION_LOST |
static int |
CONNECTION_TIMEOUT |
static int |
INVALID |
static int |
PAIRING_TIMEOUT |
static int |
WILDCARD_PAIRING_TIMEOUT |
Constructor and Description |
---|
CommTimeoutType() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getStringFromValue(java.lang.Integer value)
Retrieves the String Representation of the Value
|
static java.lang.Integer |
getValueFromString(java.lang.String value)
Returns the enum constant with the specified name.
|
public static final int WILDCARD_PAIRING_TIMEOUT
public static final int PAIRING_TIMEOUT
public static final int CONNECTION_LOST
public static final int CONNECTION_TIMEOUT
public static final int INVALID
public static java.lang.String getStringFromValue(java.lang.Integer value)
value
- The enum constantpublic static java.lang.Integer getValueFromString(java.lang.String value)
value
- The enum string value