Uses of Class
net.sourceforge.fixagora.tradecapture.shared.persistence.TradeCaptureReport.Side

Packages that use TradeCaptureReport.Side
net.sourceforge.fixagora.tradecapture.shared.persistence   
 

Uses of TradeCaptureReport.Side in net.sourceforge.fixagora.tradecapture.shared.persistence
 

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

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