ServiceType.public final class DataExchangeTransferType extends Object
| Modifier and Type | Field and Description |
|---|---|
static DataExchangeTransferType |
TRANSFER_DATA
Deprecated.
A transfer type corresponding to transfer data action.
|
static DataExchangeTransferType |
UNKNOWN
Deprecated.
An unknown transfer type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Deprecated.
Returns the string
value of this. |
boolean |
isTransferData()
Deprecated.
Returns
true if transfer type is TRANSFER_DATA. |
boolean |
isUnknown()
Deprecated.
Returns
true if transfer type is UNKNOWN. |
static DataExchangeTransferType |
parse(String value)
Deprecated.
Returns a transfer type by given string
value. |
public static final DataExchangeTransferType TRANSFER_DATA
public static final DataExchangeTransferType UNKNOWN
public static DataExchangeTransferType parse(String value)
value.public boolean isTransferData()
true if transfer type is TRANSFER_DATA.public boolean isUnknown()
true if transfer type is UNKNOWN.public String getValue()
value of this.