Uses of Class
net.sourceforge.fixagora.sap.shared.communication.SAPTradeCaptureEntry.ExportStatus

Packages that use SAPTradeCaptureEntry.ExportStatus
net.sourceforge.fixagora.sap.shared.communication   
 

Uses of SAPTradeCaptureEntry.ExportStatus in net.sourceforge.fixagora.sap.shared.communication
 

Methods in net.sourceforge.fixagora.sap.shared.communication that return SAPTradeCaptureEntry.ExportStatus
 SAPTradeCaptureEntry.ExportStatus SAPTradeCaptureEntry.getExportStatus()
          Gets the export status.
static SAPTradeCaptureEntry.ExportStatus SAPTradeCaptureEntry.ExportStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SAPTradeCaptureEntry.ExportStatus[] SAPTradeCaptureEntry.ExportStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sourceforge.fixagora.sap.shared.communication with parameters of type SAPTradeCaptureEntry.ExportStatus
 void SAPTradeCaptureEntry.setExportStatus(SAPTradeCaptureEntry.ExportStatus exportStatus)
          Sets the export status.