Class DoubleConverter
java.lang.Object
com.saperion.ngc.favorites.convert.DataTypeConverter
com.saperion.ngc.favorites.convert.DoubleConverter
Double data type converter.
- Author:
- mak
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionsaValueToString(com.saperion.intf.SaValue value) Converts the type of the given field into the favorites specific string representation.com.saperion.intf.SaValuestringToSaValue(String value) Converts the favorites specific string representation into aSaValue.
- 
Constructor Details- 
DoubleConverterprotected DoubleConverter(int type) Constructor.- Parameters:
- type- special double data type code (e.g. currency,...)
 
 
- 
- 
Method Details- 
saValueToStringDescription 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
 
- 
stringToSaValueDescription copied from class:DataTypeConverterConverts the favorites specific string representation into aSaValue.- Specified by:
- stringToSaValuein class- DataTypeConverter
- Parameters:
- value- value as string
- Returns:
- value SaValue
 
 
-