public class FieldInteger extends FieldNumber
| Constructor and Description |
|---|
FieldInteger(String name,
boolean optional,
String minValue,
String maxValue) |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getMaxValue() |
BigInteger |
getMinValue() |
ValidationConversionResult |
validateAndConvert(Object value) |
getName, getType, isOptionalpublic BigInteger getMinValue()
public BigInteger getMaxValue()
public ValidationConversionResult validateAndConvert(Object value)
validateAndConvert in class FieldCopyright © 2023 Cesar Martinez. All rights reserved.