Uses of Class
net.sourceforge.fixagora.excel.shared.persistence.ExcelTradeCaptureReport.Side

Packages that use ExcelTradeCaptureReport.Side
net.sourceforge.fixagora.excel.shared.persistence   
 

Uses of ExcelTradeCaptureReport.Side in net.sourceforge.fixagora.excel.shared.persistence
 

Methods in net.sourceforge.fixagora.excel.shared.persistence that return ExcelTradeCaptureReport.Side
 ExcelTradeCaptureReport.Side ExcelTradeCaptureReport.getSide()
          Gets the side.
static ExcelTradeCaptureReport.Side ExcelTradeCaptureReport.Side.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ExcelTradeCaptureReport.Side[] ExcelTradeCaptureReport.Side.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sourceforge.fixagora.excel.shared.persistence with parameters of type ExcelTradeCaptureReport.Side
 void ExcelTradeCaptureReport.setSide(ExcelTradeCaptureReport.Side side)
          Sets the side.