public class DateProperty extends AbstractProperty implements Property
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
_enum |
access, allowEmptyValue, description, example, format, name, position, readOnly, required, title, type, vendorExtensions, xml| Constructor and Description |
|---|
DateProperty() |
| Modifier and Type | Method and Description |
|---|---|
DateProperty |
_enum(List<String> value) |
DateProperty |
_enum(String value) |
DateProperty |
example(String example) |
List<String> |
getEnum() |
static boolean |
isType(String type,
String format) |
DateProperty |
readOnly() |
void |
setEnum(List<String> _enum) |
DateProperty |
vendorExtension(String key,
Object obj) |
DateProperty |
xml(Xml xml) |
allowEmptyValue, description, equals, getAccess, getAllowEmptyValue, getDescription, getExample, getFormat, getName, getPosition, getReadOnly, getRequired, getTitle, getType, getVendorExtensions, getXml, hashCode, rename, setAccess, setAllowEmptyValue, setDefault, 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, setDefault, setDescription, setExample, setExample, setName, setPosition, setReadOnly, setRequired, setTitle, setXml, titlepublic DateProperty _enum(String value)
public DateProperty _enum(List<String> value)
public DateProperty xml(Xml xml)
public DateProperty example(String example)
public DateProperty vendorExtension(String key, Object obj)
public DateProperty readOnly()
readOnly in class AbstractPropertyCopyright © 2019. All Rights Reserved.