public class AtomicValueConverter extends AbstractValueConverter
| Constructor and Description |
|---|
AtomicValueConverter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(DataAttribute dataAttribute) |
SavedQueryValue |
convertValue(java.lang.Object value,
DataAttribute dataAttribute)
Converts object into savedQueryValue - an object which holds value string representation and value metadata.
|
java.lang.Object |
convertValue(SavedQueryValue queryValue,
DataAttribute dataAttribute)
Converts savedQueryValue into object value.
|
convertSimpleAtomicTypeValue, convertSimpleAtomicTypeValueToString, getLocaleCode, getLocaleFromCode, getLocalizedValue, getSavedQueryValueLocale, getValueLocale, isSimpleAtomicDataTypepublic boolean canHandle(DataAttribute dataAttribute)
public java.lang.Object convertValue(SavedQueryValue queryValue, DataAttribute dataAttribute)
BackofficeSavedQueryValueConverterqueryValue - an object which holds value string representation and value metadata.dataAttribute - attribute descriptor.public SavedQueryValue convertValue(java.lang.Object value, DataAttribute dataAttribute)
BackofficeSavedQueryValueConvertervalue - value to convert.dataAttribute - attribute descriptor.Copyright © 2018 SAP SE. All Rights Reserved.