Interface MergedFieldValue


  • public interface MergedFieldValue
    Defines field values for a golden record.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.orchestranetworks.schema.SchemaNode getField()
      Returns the EBX field of the golden record.
      com.onwbp.adaptation.PrimaryKey getPrimaryKey()
      Returns the primary key of the record whose field value will be applied to the golden record.
      java.lang.Object getValue()
      Returns the value that will be applied to the golden record
    • Method Detail

      • 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

        java.lang.Object getValue()

        Returns the value that will be applied to the golden record

        Returns:
        Object The value of the EBX field