public final class StringConverter extends DataTypeConverter
Modifier | Constructor and Description |
---|---|
protected |
StringConverter(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 StringConverter(int type)
type
- special string data type code(unicode text,jcr name, text retrieval, ...)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.