Uses of Class
nl.lxtreme.ols.util.NumberUtils.UnitDefinition

Packages that use NumberUtils.UnitDefinition
nl.lxtreme.ols.util   
 

Uses of NumberUtils.UnitDefinition in nl.lxtreme.ols.util
 

Methods in nl.lxtreme.ols.util that return NumberUtils.UnitDefinition
static NumberUtils.UnitDefinition NumberUtils.UnitDefinition.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NumberUtils.UnitDefinition[] NumberUtils.UnitDefinition.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in nl.lxtreme.ols.util with parameters of type NumberUtils.UnitDefinition
static int NumberUtils.smartParseInt(String aText, NumberUtils.UnitDefinition aUnitDefinition)
          Provides a "smart" integer parsing routine that allows (decimal) numbers in string form with all kind of trailing characters to be parsed into an integer.
static int NumberUtils.smartParseInt(String aText, NumberUtils.UnitDefinition aUnitDefinition, int aDefault)
          Provides a "smart" integer parsing routine that allows (decimal) numbers in string form with all kind of trailing characters to be parsed into an integer.
 



Copyright © 2012 L'Xtreme IT consultancy. All Rights Reserved.