public class EmailProperty extends StringProperty
StringProperty.Format
_default, _enum, maxLength, minLength, pattern, TYPE
access, allowEmptyValue, description, example, format, name, position, readOnly, required, title, type, vendorExtensions, xml
Constructor and Description |
---|
EmailProperty() |
EmailProperty(StringProperty prop) |
Modifier and Type | Method and Description |
---|---|
EmailProperty |
_enum(List<String> value) |
EmailProperty |
_enum(String value) |
EmailProperty |
example(String example) |
static boolean |
isType(String type,
String format) |
EmailProperty |
maxLength(Integer maxLength) |
EmailProperty |
minLength(Integer minLength) |
EmailProperty |
pattern(String pattern) |
EmailProperty |
readOnly() |
EmailProperty |
vendorExtension(String key,
Object obj) |
EmailProperty |
xml(Xml xml) |
_default, equals, getDefault, getEnum, getMaxLength, getMinLength, getPattern, hashCode, required, setDefault, setEnum, setMaxLength, setMinLength, setPattern
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, title
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
description, 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, title
public EmailProperty()
public EmailProperty(StringProperty prop)
public EmailProperty _enum(String value)
_enum
in class StringProperty
public EmailProperty _enum(List<String> value)
_enum
in class StringProperty
public EmailProperty xml(Xml xml)
xml
in class StringProperty
public EmailProperty example(String example)
example
in class StringProperty
public EmailProperty minLength(Integer minLength)
minLength
in class StringProperty
public EmailProperty maxLength(Integer maxLength)
maxLength
in class StringProperty
public EmailProperty pattern(String pattern)
pattern
in class StringProperty
public EmailProperty vendorExtension(String key, Object obj)
vendorExtension
in class StringProperty
public EmailProperty readOnly()
readOnly
in class StringProperty
Copyright © 2019. All Rights Reserved.