Class SystemProperty.BooleanSystemProperty

    • Constructor Detail

      • BooleanSystemProperty

        public BooleanSystemProperty​(boolean mandatory,
                                     boolean defaultValue,
                                     String... properties)
    • Method Detail

      • getTypedValue

        public boolean getTypedValue()
        Returns:
        boolean value of property
      • setTypedValue

        public void setTypedValue​(boolean value)