Interface SearchAttributeProvider


public interface SearchAttributeProvider
Interface for objects that can provide data for search query.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get value of given attribute for this object.
    Get text for this object.
  • Method Details

    • getText

      String getText()
      Get text for this object.
      Returns:
      text for this object
    • getAttribute

      String getAttribute(String name)
      Get value of given attribute for this object.
      Parameters:
      name - name of the attribute
      Returns:
      value of requested attribute or null if attribute does not exist or has no value