| Constructor and Description |
|---|
StringBaseType()
Constructs a StringBaseType object.
|
StringBaseType(int minLength,
int maxLength,
Set<String> enums)
Constructs a StringBaseType object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Set<String> |
getEnums()
Get enums.
|
int |
getMaxLength()
Get maxLength.
|
int |
getMinLength()
Get minLength.
|
int |
hashCode() |
String |
toString() |