Uses of Class
com.dukascopy.api.indicators.InputParameterInfo.Type

Packages that use InputParameterInfo.Type
com.dukascopy.api.indicators   
 

Uses of InputParameterInfo.Type in com.dukascopy.api.indicators
 

Methods in com.dukascopy.api.indicators that return InputParameterInfo.Type
 InputParameterInfo.Type InputParameterInfo.getType()
          Returns type of the input
static InputParameterInfo.Type InputParameterInfo.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InputParameterInfo.Type[] InputParameterInfo.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.dukascopy.api.indicators with parameters of type InputParameterInfo.Type
 void InputParameterInfo.setType(InputParameterInfo.Type type)
          Sets type of the input
 

Constructors in com.dukascopy.api.indicators with parameters of type InputParameterInfo.Type
InputParameterInfo(String name, InputParameterInfo.Type type)
          Creates input parameter descriptor and sets all the fields
 



Copyright © 2009. All Rights Reserved.