Interface DoubleDef

  • All Superinterfaces:
    FieldDef

    public interface DoubleDef
    extends FieldDef
    DoubleDef is an extension of FieldDef to encapsulate the Double type. It adds a minimum and maximum value range and a default value. Minimum and maximum are inclusive.
    Since:
    3.0
    • Method Detail

      • getMin

        @Deprecated
        java.lang.Double getMin()
        Deprecated.
        as of release 4.0 it is no longer possible to specify ranges on Double types.
        Returns:
        the minimum value for the instance if defined, otherwise null
      • getMax

        @Deprecated
        java.lang.Double getMax()
        Deprecated.
        as of release 4.0 it is no longer possible to specify ranges on Double types.
        Returns:
        the maximum value for the instance if defined, otherwise null
      • clone

        DoubleDef clone()
        Description copied from interface: FieldDef
        Perform a deep copy of this FieldDef instance.
        Specified by:
        clone in interface FieldDef
        Returns:
        a deep copy of this object