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 Summary

    Modifier and Type
    Method
    Description
    com.yahoo.document.DataType
     
     
    void
    setDataType(com.yahoo.document.DataType type)
     
  • Method Details

    • getName

      String getName()
    • setDataType

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

      com.yahoo.document.DataType getDataType()