Class BooleanProperty


  • public class BooleanProperty
    extends Property<Boolean>
    Boolean configuration property.
    • Method Detail

      • parse

        protected Boolean parse​(String value)
        Parses the value to the specific type.
        Specified by:
        parse in class Property<Boolean>
        Parameters:
        value - String value to be parsed.
        Returns:
        Value in the specific type.