Package com.qfs.desc

Interface IReferenceDescription

  • All Known Implementing Classes:
    ReferenceDescription

    public interface IReferenceDescription
    Description of a reference that an owner store makes to a target store.
    Author:
    ActiveViam
    • Method Detail

      • getName

        String getName()
        Returns the name of the description.
      • getOwnerStore

        String getOwnerStore()
        Returns the name of the owner store.
      • getTargetStore

        String getTargetStore()
        Returns the name of the target store.
      • getFieldsMapping

        List<? extends IPair<String,​String>> getFieldsMapping()
        Keys: fields in owner store. Values: fields in target store.
        Returns:
        the mapping between fields
      • isIndexed

        boolean isIndexed()
        Returns whether the owning fields should be indexed.