public class Limit
extends java.lang.Object
| Constructor and Description |
|---|
Limit(java.lang.Integer limit) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getValue() |
boolean |
isExceededBy(int value) |
boolean |
isUnlimited() |
public static final Limit UNLIMITED