Uses of Class
fr.reseaumexico.model.ValueType

Packages that use ValueType
fr.reseaumexico.model   
fr.reseaumexico.model.parser   
 

Uses of ValueType in fr.reseaumexico.model
 

Fields in fr.reseaumexico.model declared as ValueType
protected  ValueType Feature.valueType
           
protected  ValueType Domain.valueType
           
protected  ValueType Step.valueType
           
protected  ValueType DistributionParameter.valueType
           
 

Methods in fr.reseaumexico.model that return ValueType
 ValueType Feature.getValueType()
           
 ValueType Domain.getValueType()
           
 ValueType Step.getValueType()
           
 ValueType DistributionParameter.getValueType()
           
static ValueType ValueType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ValueType[] ValueType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in fr.reseaumexico.model with parameters of type ValueType
static Object MexicoUtil.getTypedValue(ValueType type, String value)
           
 void Feature.setValueType(ValueType valueType)
           
 void Domain.setValueType(ValueType valueType)
           
 void Step.setValueType(ValueType valueType)
           
 void DistributionParameter.setValueType(ValueType valueType)
           
 

Uses of ValueType in fr.reseaumexico.model.parser
 

Methods in fr.reseaumexico.model.parser with parameters of type ValueType
 Object MexicoXmlParser.getTypedValue(ValueType type, String value)
           
 



Copyright © 2011-2012 Code Lutin. All Rights Reserved.