Class DoubleConverter
- java.lang.Object
- 
- com.saperion.ngc.favorites.convert.DataTypeConverter
- 
- com.saperion.ngc.favorites.convert.DoubleConverter
 
 
- 
 public final class DoubleConverter extends DataTypeConverter Double data type converter.- Author:
- mak
 
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedDoubleConverter(int type)Constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringsaValueToString(com.saperion.intf.SaValue value)Converts the type of the given field into the favorites specific string representation.com.saperion.intf.SaValuestringToSaValue(java.lang.String value)Converts the favorites specific string representation into aSaValue.
 
- 
- 
- 
Method Detail- 
saValueToStringpublic java.lang.String saValueToString(com.saperion.intf.SaValue value) Description copied from class:DataTypeConverterConverts the type of the given field into the favorites specific string representation.- Specified by:
- saValueToStringin class- DataTypeConverter
- Parameters:
- value-- SaValue
- Returns:
- value as string
 
 - 
stringToSaValuepublic com.saperion.intf.SaValue stringToSaValue(java.lang.String value) Description copied from class:DataTypeConverterConverts the favorites specific string representation into aSaValue.- Specified by:
- stringToSaValuein class- DataTypeConverter
- Parameters:
- value- value as string
- Returns:
- value SaValue
 
 
- 
 
-