public class UUIDProperty extends AbstractProperty implements Property
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
_default |
protected java.util.List<java.lang.String> |
_enum |
protected java.lang.Integer |
maxLength |
protected java.lang.Integer |
minLength |
protected java.lang.String |
pattern |
access, allowEmptyValue, description, example, format, name, position, readOnly, required, title, type, vendorExtensions, xml| Constructor and Description |
|---|
UUIDProperty() |
| Modifier and Type | Method and Description |
|---|---|
UUIDProperty |
_default(java.lang.String _default) |
UUIDProperty |
_enum(java.util.List<java.lang.String> value) |
UUIDProperty |
_enum(java.lang.String value) |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDefault() |
java.util.List<java.lang.String> |
getEnum() |
java.lang.Integer |
getMaxLength() |
java.lang.Integer |
getMinLength() |
java.lang.String |
getPattern() |
int |
hashCode() |
static boolean |
isType(java.lang.String type,
java.lang.String format) |
UUIDProperty |
maxLength(java.lang.Integer maxLength) |
UUIDProperty |
minLength(java.lang.Integer minLength) |
UUIDProperty |
pattern(java.lang.String pattern) |
UUIDProperty |
readOnly() |
void |
setDefault(java.lang.String _default) |
void |
setEnum(java.util.List<java.lang.String> _enum) |
void |
setMaxLength(java.lang.Integer maxLength) |
void |
setMinLength(java.lang.Integer minLength) |
void |
setPattern(java.lang.String pattern) |
UUIDProperty |
vendorExtension(java.lang.String key,
java.lang.Object obj) |
UUIDProperty |
xml(Xml xml) |
allowEmptyValue, description, getAccess, getAllowEmptyValue, getDescription, getExample, getFormat, getName, getPosition, getReadOnly, getRequired, getTitle, getType, getVendorExtensions, getXml, rename, setAccess, setAllowEmptyValue, setDescription, setExample, setExample, setFormat, setName, setPosition, setReadOnly, setRequired, setTitle, setType, setVendorExtension, setVendorExtensionMap, setVendorExtensions, setXml, titleclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitdescription, getAccess, getAllowEmptyValue, getDescription, getExample, getFormat, getName, getPosition, getReadOnly, getRequired, getTitle, getType, getVendorExtensions, getXml, rename, setAccess, setAllowEmptyValue, setDescription, setExample, setExample, setName, setPosition, setReadOnly, setRequired, setTitle, setXml, titleprotected java.util.List<java.lang.String> _enum
protected java.lang.Integer minLength
protected java.lang.Integer maxLength
protected java.lang.String pattern
protected java.lang.String _default
public UUIDProperty _enum(java.lang.String value)
public UUIDProperty _enum(java.util.List<java.lang.String> value)
public static boolean isType(java.lang.String type,
java.lang.String format)
public UUIDProperty xml(Xml xml)
public UUIDProperty minLength(java.lang.Integer minLength)
public UUIDProperty maxLength(java.lang.Integer maxLength)
public UUIDProperty pattern(java.lang.String pattern)
public UUIDProperty _default(java.lang.String _default)
public UUIDProperty vendorExtension(java.lang.String key, java.lang.Object obj)
public UUIDProperty readOnly()
readOnly in class AbstractPropertypublic java.lang.Integer getMinLength()
public void setMinLength(java.lang.Integer minLength)
public java.lang.Integer getMaxLength()
public void setMaxLength(java.lang.Integer maxLength)
public java.lang.String getPattern()
public void setPattern(java.lang.String pattern)
public java.lang.String getDefault()
public void setDefault(java.lang.String _default)
setDefault in interface PropertysetDefault in class AbstractPropertypublic java.util.List<java.lang.String> getEnum()
public void setEnum(java.util.List<java.lang.String> _enum)
public int hashCode()
hashCode in class AbstractPropertypublic boolean equals(java.lang.Object obj)
equals in class AbstractPropertyCopyright © 2021. All Rights Reserved.