Class IntegerProperty


  • public class IntegerProperty
    extends Property<Integer>
    Integer configuration property.
    • Method Detail

      • parse

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