Uses of Class
net.sourceforge.fixagora.excel.shared.communication.ExcelTradeCaptureEntry.Side

Packages that use ExcelTradeCaptureEntry.Side
net.sourceforge.fixagora.excel.shared.communication   
 

Uses of ExcelTradeCaptureEntry.Side in net.sourceforge.fixagora.excel.shared.communication
 

Methods in net.sourceforge.fixagora.excel.shared.communication that return ExcelTradeCaptureEntry.Side
 ExcelTradeCaptureEntry.Side ExcelTradeCaptureEntry.getSide()
          Gets the side.
static ExcelTradeCaptureEntry.Side ExcelTradeCaptureEntry.Side.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ExcelTradeCaptureEntry.Side[] ExcelTradeCaptureEntry.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.communication with parameters of type ExcelTradeCaptureEntry.Side
 void ExcelTradeCaptureEntry.setSide(ExcelTradeCaptureEntry.Side side)
          Sets the side.