Interface FilterSettings


public interface FilterSettings
This interface represents filter settings.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the specified filter setting.
  • Method Details

    • getSetting

      Object getSetting(String key)
      Gets the specified filter setting.
      Parameters:
      key - The key of the setting (implementation specific)
      Returns:
      The corresponding setting; null if no corresponding setting exists