Class BooleanOption


  • public class BooleanOption
    extends Option
    • Field Summary

    • Constructor Summary

      Constructors 
      Constructor Description
      BooleanOption​(java.lang.String sName, java.lang.String sDefaultValue)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean getValue()  
      void setString​(java.lang.String sValue)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BooleanOption

        public BooleanOption​(java.lang.String sName,
                             java.lang.String sDefaultValue)
    • Method Detail

      • getValue

        public boolean getValue()
      • setString

        public void setString​(java.lang.String sValue)
        Overrides:
        setString in class Option