Interface IntegerField<F extends IntegerField<F>>

    • Method Detail

      • allowUnlimited

        default F allowUnlimited()
        Indicates that a certain value for this field indicates unlimited or infinite.
      • allowUnlimited

        default F allowUnlimited​(Boolean allow)
        Indicates whether a certain value for this field indicates unlimited or infinite.
      • unlimitedValue

        default F unlimitedValue​(int value)
        Indicates what value for this field means unlimited or infinite, e.g., 0 for max uses.