Uses of Class
net.sourceforge.fixagora.sellside.shared.communication.AbstractSellSideEntry.Side

Packages that use AbstractSellSideEntry.Side
net.sourceforge.fixagora.sellside.shared.communication   
 

Uses of AbstractSellSideEntry.Side in net.sourceforge.fixagora.sellside.shared.communication
 

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