public final class DateConverter extends DataTypeConverter
| Modifier | Constructor and Description |
|---|---|
protected |
DateConverter(int type)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
saValueToString(com.saperion.intf.SaValue value)
Converts the type of the given field into the favorites specific string representation.
|
com.saperion.intf.SaValue |
stringToSaValue(String value)
Converts the favorites specific string representation into a
SaValue. |
protected DateConverter(int type)
type - special date data type code(date, time, hijri,...)public String saValueToString(com.saperion.intf.SaValue value)
DataTypeConvertersaValueToString in class DataTypeConvertervalue - SaValuepublic com.saperion.intf.SaValue stringToSaValue(String value)
DataTypeConverterSaValue.stringToSaValue in class DataTypeConvertervalue - value as stringSaValueCopyright © 2016 SAPERION AG. All rights reserved.