public class Size extends ValidationRule implements Serializable
ValidationRule
indicating the length of the FieldDef
s 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, setMessage
Copyright © 2011–2020 aiticon GmbH. All rights reserved.