Class IntProperty

    • Constructor Detail

      • IntProperty

        public IntProperty(String name,
                           int minValue,
                           int maxValue,
                           int defaultValue)
    • Method Detail

      • getMin

        public int getMin()
      • getMax

        public int getMax()
      • validateValue

        protected void validateValue(Integer value)
        Description copied from class: Property
        Subclasses should override this method to throw an IllegalArgumentException if a value is inappropriate for this property.