public interface IPropertyValueConverter
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
convertObject(int index,
java.lang.Object value)
This is the conversion method for array operations, when SETTING
array values.
|
java.lang.Object |
convertObject(java.lang.Object property,
java.lang.Object value)
This is the conversion method for normal SET or PUT operations.
|
java.lang.Object |
convertObjectGet(int index,
java.lang.Object value)
Conversion method in order to update the value that just
was received from an index base access.
|
java.lang.Object |
convertObjectGet(java.lang.Object property,
java.lang.Object value)
Conversion method in order to update the value that just
was received from a get-operation.
|
java.lang.Object convertObject(java.lang.Object property,
java.lang.Object value)
property - Property name.value - Value that is planned to be set.java.lang.Object convertObject(int index,
java.lang.Object value)
index - Array index of set-operation.value - Value that is planned to be set.java.lang.Object convertObjectGet(java.lang.Object property,
java.lang.Object value)
property - Name of the property of the get-operation.value - The value that just was retrieved.java.lang.Object convertObjectGet(int index,
java.lang.Object value)
index - Index of the get-operation.value - The value that just was retrieved.Copyright © CaptainCasa Gmbh. All Rights Reserved.