public class DefaultValueHandler extends Object implements ValueHandler
ValueHandler.NotReadableValueNOT_READABLE_VALUE| Constructor and Description |
|---|
DefaultValueHandler(PropertyDescriptor propertyDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getValue(TypedObject item) |
Object |
getValue(TypedObject item,
String languageIso) |
ObjectValueContainer |
getValueContainer(ObjectType type,
TypedObject object) |
void |
setValue(TypedObject item,
Object value) |
void |
setValue(TypedObject item,
Object value,
String languageIso) |
public DefaultValueHandler(PropertyDescriptor propertyDescriptor)
public Object getValue(TypedObject item)
getValue in interface ValueHandlerpublic Object getValue(TypedObject item, String languageIso)
getValue in interface ValueHandlerpublic void setValue(TypedObject item, Object value) throws ValueHandlerException
setValue in interface ValueHandlerValueHandlerExceptionpublic void setValue(TypedObject item, Object value, String languageIso) throws ValueHandlerException
setValue in interface ValueHandlerValueHandlerExceptionpublic ObjectValueContainer getValueContainer(ObjectType type, TypedObject object)
Copyright © 2017 SAP SE. All Rights Reserved.