public final class IntegerConverter extends DataTypeConverter
Modifier | Constructor and Description |
---|---|
protected |
IntegerConverter(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 IntegerConverter(int type)
type
- special integer data type code (e.g. counter,...)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 © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.