public class PropertyValidatorInformation.StringValidator
extends java.lang.Object
StringValidator| Constructor and Description | 
|---|
| StringValidator() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getMaxLength() | 
| int | getMinLength() | 
| java.lang.String | getRegex() | 
| boolean | isBypass() | 
| void | setBypass(boolean bypass) | 
| void | setMaxLength(int maxLength) | 
| void | setMinLength(int minLength) | 
| void | setRegex(java.lang.String regex) | 
public boolean isBypass()
public void setBypass(boolean bypass)
public int getMaxLength()
public void setMaxLength(int maxLength)
public int getMinLength()
public void setMinLength(int minLength)
public java.lang.String getRegex()
public void setRegex(java.lang.String regex)