public class UUIDProperty extends AbstractProperty implements Property
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
_enum |
protected Integer |
maxLength |
protected Integer |
minLength |
protected String |
pattern |
| Constructor and Description |
|---|
UUIDProperty() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMaxLength() |
Integer |
getMinLength() |
String |
getPattern() |
static boolean |
isType(String type,
String format) |
UUIDProperty |
maxLength(Integer maxLength) |
UUIDProperty |
minLength(Integer minLength) |
UUIDProperty |
pattern(String pattern) |
void |
setMaxLength(Integer maxLength) |
void |
setMinLength(Integer minLength) |
void |
setPattern(String pattern) |
description, getDescription, getExample, getFormat, getName, getPosition, getReadOnly, getRequired, getTitle, getType, getXml, readOnly, setDescription, setExample, setFormat, setName, setPosition, setReadOnly, setRequired, setTitle, setType, setXml, titleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdescription, getDescription, getExample, getFormat, getName, getPosition, getReadOnly, getRequired, getTitle, getType, getXml, setDescription, setExample, setName, setPosition, setReadOnly, setRequired, setTitle, setXml, titleprotected Integer minLength
protected Integer maxLength
protected String pattern
public UUIDProperty minLength(Integer minLength)
public UUIDProperty maxLength(Integer maxLength)
public UUIDProperty pattern(String pattern)
public Integer getMinLength()
public void setMinLength(Integer minLength)
public Integer getMaxLength()
public void setMaxLength(Integer maxLength)
public String getPattern()
public void setPattern(String pattern)
Copyright © 2015. All Rights Reserved.