Uses of Class
org.apache.aries.samples.ariestrader.util.TradeConfig.ModeType

Uses of TradeConfig.ModeType in org.apache.aries.samples.ariestrader.util
 

Fields in org.apache.aries.samples.ariestrader.util declared as TradeConfig.ModeType
static TradeConfig.ModeType TradeConfig.runTimeMode
           
 

Methods in org.apache.aries.samples.ariestrader.util that return TradeConfig.ModeType
static TradeConfig.ModeType TradeConfig.getRunTimeMode()
           
static TradeConfig.ModeType TradeConfig.ModeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TradeConfig.ModeType[] TradeConfig.ModeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.aries.samples.ariestrader.util with parameters of type TradeConfig.ModeType
static void TradeConfig.setRunTimeMode(TradeConfig.ModeType value)
           
 



Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.