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) |
StringType |
tag(String tag) |
StringType |
tags(String... tags) |
public StringType format(String format)
public StringType tags(String... tags)
public StringType tag(String tag)
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.