Class INIFileBool

All Implemented Interfaces:
Serializable

public class INIFileBool extends INIFileEntry
See Also:
  • Field Details

    • serialVersionUID

      public static final long serialVersionUID
      See Also:
    • m_Value

      protected boolean m_Value
  • Constructor Details

    • INIFileBool

      public INIFileBool(String name)
    • INIFileBool

      public INIFileBool(String name, String value)
    • INIFileBool

      public INIFileBool(String name, boolean value)
  • Method Details