-
Constructor Summary
Constructors
| Constructor |
Description |
Max(@NotNull Number max) |
Provide a maximum value for this setting
This will be handled as a double internally
Validate will return the max 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
-
Max
public Max(
@NotNull
@NotNull Number max)
Provide a maximum value for this setting
This will be handled as a double internally
Validate will return the max value for faulty types (non-numbers)
- Parameters:
max - the highest allowed value (inclusive)
-