public final class DoubleConverter extends DataTypeConverter
Modifier | Constructor and Description |
---|---|
protected |
DoubleConverter(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 DoubleConverter(int type)
type
- special double data type code (e.g. currency,...)public String saValueToString(com.saperion.intf.SaValue value)
DataTypeConverter
saValueToString
in class DataTypeConverter
value
- SaValue
public com.saperion.intf.SaValue stringToSaValue(String value)
DataTypeConverter
SaValue
.stringToSaValue
in class DataTypeConverter
value
- value as stringSaValue
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.