Class ItemDouble

  • All Implemented Interfaces:
    Item

    public class ItemDouble
    extends Object
    implements Item
    A double item.
    Author:
    Andrea Antonello (www.hydrologis.com)
    • Constructor Detail

      • ItemDouble

        public ItemDouble​(String key,
                          String description,
                          Double defaultValue,
                          boolean isMandatory,
                          boolean isLabel,
                          double[] range,
                          boolean[] rangeInclusiveness)
        Parameters:
        key -
        description -
        defaultValue -
        isMandatory -
        isLabel -
        range - the array of [min, max], if constraint applies.
        rangeInclusiveness - the array of [true, false] if the range should be seen as [min, max).