Interface MergedFieldValue
public interface MergedFieldValue
Defines field values for a golden record.
-
Method Summary
Modifier and TypeMethodDescriptioncom.orchestranetworks.schema.SchemaNodegetField()Returns the EBX field of the golden record.com.onwbp.adaptation.PrimaryKeyReturns the primary key of the record whose field value will be applied to the golden record.getValue()Returns the value that will be applied to the golden record
-
Method Details
-
getField
com.orchestranetworks.schema.SchemaNode getField()Returns the EBX field of the golden record.
- Returns:
- SchemaNode An EBX schema node
-
getPrimaryKey
com.onwbp.adaptation.PrimaryKey getPrimaryKey()Returns the primary key of the record whose field value will be applied to the golden record.
- Returns:
- PrimaryKey An EBX primary key
-
getValue
Object getValue()Returns the value that will be applied to the golden record
- Returns:
- Object The value of the EBX field
-