if (data.mask() != null)
fieldInfo.append(fieldInfo.length() > 0 ? "," : "").append("mask:")
.append("/^").append(data.mask()).append("$/");
if (data.minlength() != null)
fieldInfo.append(fieldInfo.length() > 0 ? "," : "").append("minlength:")
.append(data.minlength());
if (data.maxlength() != null)
fieldInfo.append(fieldInfo.length() > 0 ? "," : "").append("maxlength:")
.append(data.maxlength());
if (data.minvalue() != null)
fieldInfo.append(fieldInfo.length() > 0 ? "," : "").append("minvalue:").append(