Uses of Class
gov.sandia.cognition.data.convert.AbstractReversibleDataConverter

Packages that use AbstractReversibleDataConverter
gov.sandia.cognition.data.convert Provides utilities for doing data type conversion. 
gov.sandia.cognition.data.convert.number Provides utilities for doing data type conversion with numbers. 
 

Uses of AbstractReversibleDataConverter in gov.sandia.cognition.data.convert
 

Subclasses of AbstractReversibleDataConverter in gov.sandia.cognition.data.convert
 class AbstractReverseCachedDataConverter<InputType,OutputType,ReverseConverterType extends DataConverter<? super OutputType,? extends InputType>>
          Abstract implementation of ReversibleDataConverter that caches the reverse converter.
 

Uses of AbstractReversibleDataConverter in gov.sandia.cognition.data.convert.number
 

Subclasses of AbstractReversibleDataConverter in gov.sandia.cognition.data.convert.number
 class DefaultBooleanToNumberConverter
          Converts a Boolean to a Number by using predefined values for true, false, and (optionally) null.
 class DefaultBooleanToNumberConverter.Reverse
          The reverse converter for the DefaultBooleanToNumberConverter.
 class StringToDoubleConverter
          Converts a String to a Double using the Double.valueOf method.
 class StringToIntegerConverter
          Converts a String to a Integer using the Integer.valueOf method.
 



Copyright © 2006-2013 Sandia National Laboratories. All Rights Reserved.