Uses of Class
net.sourceforge.fixagora.sap.shared.persistence.SAPTradeCaptureReport.ExportStatus

Packages that use SAPTradeCaptureReport.ExportStatus
net.sourceforge.fixagora.sap.shared.persistence   
 

Uses of SAPTradeCaptureReport.ExportStatus in net.sourceforge.fixagora.sap.shared.persistence
 

Methods in net.sourceforge.fixagora.sap.shared.persistence that return SAPTradeCaptureReport.ExportStatus
 SAPTradeCaptureReport.ExportStatus SAPTradeCaptureReport.getExportStatus()
          Gets the export status.
static SAPTradeCaptureReport.ExportStatus SAPTradeCaptureReport.ExportStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SAPTradeCaptureReport.ExportStatus[] SAPTradeCaptureReport.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.persistence with parameters of type SAPTradeCaptureReport.ExportStatus
 void SAPTradeCaptureReport.setExportStatus(SAPTradeCaptureReport.ExportStatus exportStatus)
          Sets the export status.