Class PropertyTransferVector
java.lang.Object
de.mid.innovator.m2msdk.model.transformation.property.PropertyTransferVector
A vector describing which value the source has, and the old and new value
of target and a reference to the pair of descriptors doing the modification.
- Version:
- 11.4.1
- Author:
- jmback
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsConstructorDescriptionPropertyTransferVector(PropertyDescriptorPairItem propertyDescriptorPairItem, PropertyValue source, PropertyValue curTarget, PropertyValue newTargetValue) Construct a vector with the pair of descriptors and the value of source and target. -
Method Summary
-
Field Details
-
fOriginalSourceValue
-
fOriginalTargetValue
-
fNewTargetValue
-
fPropertyDescriptorPairItem
-
-
Constructor Details
-
PropertyTransferVector
public PropertyTransferVector(PropertyDescriptorPairItem propertyDescriptorPairItem, PropertyValue source, PropertyValue curTarget, PropertyValue newTargetValue) Construct a vector with the pair of descriptors and the value of source and target.- Parameters:
propertyDescriptorPairItem- transfer descriptorsource- value of sourcecurTarget- old value of targetnewTargetValue- new value of target
-
-
Method Details