public interface ValueHandler
| Modifier and Type | Interface and Description |
|---|---|
static class |
ValueHandler.NotReadableValue |
| Modifier and Type | Field and Description |
|---|---|
static Object |
NOT_READABLE_VALUE |
| Modifier and Type | Method and Description |
|---|---|
Object |
getValue(TypedObject item) |
Object |
getValue(TypedObject item,
String languageIso) |
void |
setValue(TypedObject item,
Object value) |
void |
setValue(TypedObject item,
Object value,
String languageIso) |
static final Object NOT_READABLE_VALUE
void setValue(TypedObject item, Object value) throws ValueHandlerException
ValueHandlerExceptionvoid setValue(TypedObject item, Object value, String languageIso) throws ValueHandlerException
ValueHandlerExceptionObject getValue(TypedObject item) throws ValueHandlerException
ValueHandlerExceptionObject getValue(TypedObject item, String languageIso) throws ValueHandlerException
ValueHandlerExceptionCopyright © 2017 SAP SE. All Rights Reserved.