public class StringType extends Type
| Constructor and Description |
|---|
StringType() |
| Modifier and Type | Method and Description |
|---|---|
StringType |
format(String format) |
Integer |
getMaxLength() |
Integer |
getMinLength() |
StringType |
maxLength(Integer maxLength) |
StringType |
minLength(Integer minLength) |
void |
setMaxLength(Integer maxLength) |
void |
setMinLength(Integer minLength) |
public StringType format(String format)
public StringType minLength(Integer minLength)
public StringType maxLength(Integer maxLength)
public Integer getMinLength()
public void setMinLength(Integer minLength)
public Integer getMaxLength()
public void setMaxLength(Integer maxLength)
Copyright © 2016–2018 Softelnet. All rights reserved.