Interface ToggleSettingSpecifier

All Superinterfaces:
KeyedSettingSpecifier<Object>, MappableSpecifier, SettingSpecifier
All Known Implementing Classes:
BasicToggleSettingSpecifier

public interface ToggleSettingSpecifier extends KeyedSettingSpecifier<Object>
A logically boolean toggle setting.
Version:
1.0
Author:
matt
  • Method Details

    • getTrueValue

      Object getTrueValue()
      Get the "true" value for this setting.

      If this returns null then Boolean.TRUE is assumed.

      Returns:
      the "true" value
    • getFalseValue

      Object getFalseValue()
      Get the "false" value for this setting

      If this returns null then Boolean.FALSE is assumed.

      Returns:
      the "false" value