public interface ILcdDataPropertyTransformation
java.util.List
.ILcdObjectTransformation
,
TLcdDataTypeMapping
Modifier and Type | Method and Description |
---|---|
void |
transform(ILcdDataObject aSourceObject,
TLcdDataProperty aSourceProperty,
java.lang.Object aValue,
java.lang.Object aTargetObject,
java.util.Map<java.lang.Object,java.lang.Object> aContext)
Transforms the given source value to an appropriate representation on the target
object.
|
void transform(ILcdDataObject aSourceObject, TLcdDataProperty aSourceProperty, java.lang.Object aValue, java.lang.Object aTargetObject, java.util.Map<java.lang.Object,java.lang.Object> aContext)
aSourceObject
- the source objectaSourceProperty
- the source propertyaValue
- the value to transformaTargetObject
- the target objectaContext
- the transformation context