public class EmailProperty extends StringProperty
StringProperty.Format_default, _enum, maxLength, minLength, pattern, TYPEaccess, 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, setPatternallowEmptyValue, 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, titlepublic EmailProperty()
public EmailProperty(StringProperty prop)
public EmailProperty _enum(String value)
_enum in class StringPropertypublic EmailProperty _enum(List<String> value)
_enum in class StringPropertypublic EmailProperty xml(Xml xml)
xml in class StringPropertypublic EmailProperty example(String example)
example in class StringPropertypublic EmailProperty minLength(Integer minLength)
minLength in class StringPropertypublic EmailProperty maxLength(Integer maxLength)
maxLength in class StringPropertypublic EmailProperty pattern(String pattern)
pattern in class StringPropertypublic EmailProperty vendorExtension(String key, Object obj)
vendorExtension in class StringPropertypublic EmailProperty readOnly()
readOnly in class StringPropertyCopyright © 2019. All Rights Reserved.