Interface BooleanSettingsDefinition

    • Method Detail

      • getValue

        boolean getValue​(Settings settings)
        gets the value for this SettingsDefinition given a Settings object.
        Parameters:
        settings - the set of Settings values for a particular location or null for default value.
        Returns:
        the values for this settings object given the context.
      • setValue

        void setValue​(Settings settings,
                      boolean value)
        Sets the given value into the given settings object using this settingsDefinition as the key.
        Parameters:
        settings - the settings object to store the value in.
        value - the value to store in the settings object using this settingsDefinition as the key.