Uses of Class
net.sourceforge.fixagora.sellside.shared.persistence.SellSideBookTradeCaptureReport.Side

Packages that use SellSideBookTradeCaptureReport.Side
net.sourceforge.fixagora.sellside.shared.persistence   
 

Uses of SellSideBookTradeCaptureReport.Side in net.sourceforge.fixagora.sellside.shared.persistence
 

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

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