Interface IDisplayFieldInfo

All Known Subinterfaces:
IFilterableFieldInfo, IRefineableFieldGroupInfo, IRefineableFieldInfo

public interface IDisplayFieldInfo
Wrapper around a search fields internal name and display name
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the display name of the search field
    Return the name of the search field
  • Method Details

    • getFieldName

      String getFieldName()
      Return the name of the search field
      Returns:
      the field name
    • getDisplayName

      String getDisplayName()
      Return the display name of the search field
      Returns:
      the display name of the search field