ServiceType.public final class DataExchangeServiceType extends Object
| Modifier and Type | Field and Description |
|---|---|
static DataExchangeServiceType |
EXPORT
Deprecated.
A service type corresponding to the process of exporting data.
|
static DataExchangeServiceType |
IMPORT
Deprecated.
A service type corresponding to the process of importing data.
|
static DataExchangeServiceType |
TRANSFER
Deprecated.
A service type corresponding to the process of transferring data.
|
static DataExchangeServiceType |
UNKNOWN
Deprecated.
An unknown service type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Deprecated.
Returns the string
value of this. |
boolean |
isExport()
Deprecated.
Returns
true if service type is EXPORT. |
boolean |
isImport()
Deprecated.
Returns
true if service type is IMPORT. |
boolean |
isTransfer()
Deprecated.
Returns
true if service type is TRANSFER. |
boolean |
isUnknown()
Deprecated.
Returns
true if service type is UNKNOWN. |
static DataExchangeServiceType |
parse(String value)
Deprecated.
Returns a service type by given string
value. |
public static final DataExchangeServiceType TRANSFER
public static final DataExchangeServiceType IMPORT
public static final DataExchangeServiceType EXPORT
public static final DataExchangeServiceType UNKNOWN
public static DataExchangeServiceType parse(String value)
value.public boolean isTransfer()
true if service type is TRANSFER.public boolean isImport()
true if service type is IMPORT.public boolean isExport()
true if service type is EXPORT.public boolean isUnknown()
true if service type is UNKNOWN.public String getValue()
value of this.