public final class MultiValueStringConverter extends MultiValueDataTypeConverter
Modifier | Constructor and Description |
---|---|
protected |
MultiValueStringConverter(int type)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
saValueArrayToString(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 into
SaValue array. |
stringToValues, valuesToString
protected MultiValueStringConverter(int type)
type
- special string data type code(unicode text,jcr name, text retrieval, ...)public String saValueArrayToString(com.saperion.intf.SaValue[] values)
MultiValueDataTypeConverter
saValueArrayToString
in class MultiValueDataTypeConverter
values
- SaValue
arraypublic com.saperion.intf.SaValue[] stringToSaValueArray(String value)
MultiValueDataTypeConverter
SaValue
array.stringToSaValueArray
in class MultiValueDataTypeConverter
value
- array elements as comma-separated stringSaValue
arrayCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.