Class MultiValueDateConverter
java.lang.Object
com.saperion.ngc.favorites.convert.MultiValueDataTypeConverter
com.saperion.ngc.favorites.convert.MultiValueDateConverter
Multi value date data type converter.
- Author:
- mak
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsaValueArrayToString(com.saperion.intf.SaValue[] values) Converts the type of the given field into the favorites specific string representation.com.saperion.intf.SaValue[]stringToSaValueArray(String value) Converts favorites specific string representation intoSaValuearray.Methods inherited from class com.saperion.ngc.favorites.convert.MultiValueDataTypeConverter
stringToValues, valuesToString
-
Constructor Details
-
MultiValueDateConverter
protected MultiValueDateConverter(int type) Constructor.- Parameters:
type- special date data type code(date, time, hijri,...)
-
-
Method Details
-
saValueArrayToString
Description copied from class:MultiValueDataTypeConverterConverts the type of the given field into the favorites specific string representation.- Specified by:
saValueArrayToStringin classMultiValueDataTypeConverter- Parameters:
values-SaValuearray- Returns:
- value as comma-separated string
-
stringToSaValueArray
Description copied from class:MultiValueDataTypeConverterConverts favorites specific string representation intoSaValuearray.- Specified by:
stringToSaValueArrayin classMultiValueDataTypeConverter- Parameters:
value- array elements as comma-separated string- Returns:
- value
SaValuearray
-