Class DataExchangeTransferType
- java.lang.Object
-
- com.orchestranetworks.addon.dataexchange.DataExchangeTransferType
-
public final class DataExchangeTransferType extends java.lang.ObjectDeprecated.Since 2.3.0, replaced byServiceType.This class defines all transfer types that are used for the Transfer data service.- Since:
- 2.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static DataExchangeTransferTypeTRANSFER_DATADeprecated.A transfer type corresponding to transfer data action.static DataExchangeTransferTypeUNKNOWNDeprecated.An unknown transfer type.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetValue()Deprecated.Returns the stringvalueofthis.booleanisTransferData()Deprecated.Returnstrueif transfer type isTRANSFER_DATA.booleanisUnknown()Deprecated.Returnstrueif transfer type isUNKNOWN.static DataExchangeTransferTypeparse(java.lang.String value)Deprecated.Returns a transfer type by given stringvalue.
-
-
-
Field Detail
-
TRANSFER_DATA
public static final DataExchangeTransferType TRANSFER_DATA
Deprecated.A transfer type corresponding to transfer data action.
-
UNKNOWN
public static final DataExchangeTransferType UNKNOWN
Deprecated.An unknown transfer type.
-
-
Method Detail
-
parse
public static DataExchangeTransferType parse(java.lang.String value)
Deprecated.Returns a transfer type by given stringvalue.
-
isTransferData
public boolean isTransferData()
Deprecated.Returnstrueif transfer type isTRANSFER_DATA.
-
isUnknown
public boolean isUnknown()
Deprecated.Returnstrueif transfer type isUNKNOWN.
-
getValue
public java.lang.String getValue()
Deprecated.Returns the stringvalueofthis.
-
-