public class Size extends ValidationRule implements Serializable
ValidationRule indicating the length of the FieldDefs value needs to be between getMin() and getMax() characters long.| Modifier and Type | Field and Description |
|---|---|
protected Integer |
max |
protected Integer |
min |
message| Constructor and Description |
|---|
Size() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMax()
The maximum length.
|
Integer |
getMin()
The minimum length.
|
void |
setMax(Integer value)
Sets the value of the max property.
|
void |
setMin(Integer value)
Sets the value of the min property.
|
getMessage, setMessageCopyright © 2011–2021 aiticon GmbH. All rights reserved.