public class DateTimeProperty 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 |
---|
DateTimeProperty() |
Modifier and Type | Method and Description |
---|---|
DateTimeProperty |
_enum(List<String> value) |
DateTimeProperty |
_enum(String value) |
DateTimeProperty |
example(String example) |
List<String> |
getEnum() |
static boolean |
isType(String type,
String format) |
DateTimeProperty |
readOnly() |
void |
setEnum(List<String> _enum) |
DateTimeProperty |
vendorExtension(String key,
Object obj) |
DateTimeProperty |
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, 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, setDefault, setDescription, setExample, setExample, setName, setPosition, setReadOnly, setRequired, setTitle, setXml, title
public DateTimeProperty _enum(String value)
public DateTimeProperty _enum(List<String> value)
public DateTimeProperty xml(Xml xml)
public DateTimeProperty example(String example)
public DateTimeProperty vendorExtension(String key, Object obj)
public DateTimeProperty readOnly()
readOnly
in class AbstractProperty
Copyright © 2019. All Rights Reserved.