Package org.bioversityinternational.model.germplasm.CropDescriptorQuery.Trait.Method

Examples of org.bioversityinternational.model.germplasm.CropDescriptorQuery.Trait.Method.Scale.addOption()


            scale.setDefinition(language_code,  valueMap.get("scaleDefinition") ) ;
            scale.setUnit( valueMap.get("scoreUnit") ) ;
            String code = valueMap.get("code") ;
            if(code!=null) {
             
              scale.addOption(
                  code,
                  valueMap.get("scoreLabel"),
                  valueMap.get("lowerBound"),
                  valueMap.get("upperBound")
                  );
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.