Interface FilterSettings


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

      • 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