-
Constructor Summary
Constructors
| Constructor |
Description |
Min(@NotNull Number min) |
Provide a minimum value for this setting
This will be handled as a double internally
Validate will return the min value for faulty types (non-numbers)
|
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Min
public Min(
@NotNull
@NotNull Number min)
Provide a minimum value for this setting
This will be handled as a double internally
Validate will return the min value for faulty types (non-numbers)
- Parameters:
min - the lowest allowed value (inclusive)
-