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