Class PreparedBatchEntry
java.lang.Object
se.conciliate.extensions.attribute.PreparedBatchEntry
A value-class for the result of prepareBatch-methods. Holds the raw value
of an attribute, the prepared value of that attribute and the valueHolder on
which the attribute is attached. The raw value and the value holder are held
in an instance of an AttributeValue.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal PreparedAttribute
The prepared value of the attribute.final AttributeValue
The value that was prepared. -
Method Summary
-
Field Details
-
value
The value that was prepared. -
prepared
The prepared value of the attribute.
-