Interface TypedKey

  • All Known Implementing Classes:
    SDField, SummaryField, TemporarySDField

    public interface TypedKey
    Common interface for various typed key (or field definitions). Used by code which wants to use common algorithms for dealing with typed keys, like the logical mapping
    Author:
    bratseth
    • Method Detail

      • getName

        java.lang.String getName()
      • setDataType

        void setDataType​(com.yahoo.document.DataType type)
      • getDataType

        com.yahoo.document.DataType getDataType()