public class LongProperty extends BaseIntegerProperty
| Modifier and Type | Field and Description |
|---|---|
protected Long |
_default |
protected List<Long> |
_enum |
static String |
FORMAT |
TYPEexclusiveMaximum, exclusiveMinimum, maximum, minimum, multipleOfaccess, allowEmptyValue, description, example, format, name, position, readOnly, required, title, type, vendorExtensions, xml| Constructor and Description |
|---|
LongProperty() |
| Modifier and Type | Method and Description |
|---|---|
LongProperty |
_default(Long _default) |
LongProperty |
_default(String _default) |
LongProperty |
_enum(List<Long> value) |
LongProperty |
_enum(Long value) |
boolean |
equals(Object obj) |
LongProperty |
example(Long example) |
Long |
getDefault() |
List<Long> |
getEnum() |
int |
hashCode() |
static boolean |
isType(String type,
String format) |
LongProperty |
readOnly() |
void |
setDefault(Long _default) |
void |
setDefault(String _default) |
void |
setEnum(List<Long> _enum) |
LongProperty |
vendorExtension(String key,
Object obj) |
LongProperty |
xml(Xml xml) |
setExampleexclusiveMaximum, exclusiveMinimum, getExclusiveMaximum, getExclusiveMinimum, getMaximum, getMinimum, getMultipleOf, maximum, minimum, multipleOf, setExclusiveMaximum, setExclusiveMinimum, setMaximum, setMinimum, setMultipleOfallowEmptyValue, description, getAccess, getAllowEmptyValue, getDescription, getExample, getFormat, getName, getPosition, getReadOnly, getRequired, getTitle, getType, getVendorExtensions, getXml, rename, setAccess, setAllowEmptyValue, setDescription, 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, setName, setPosition, setReadOnly, setRequired, setTitle, setXml, titlepublic static final String FORMAT
protected Long _default
public LongProperty _enum(Long value)
public LongProperty _enum(List<Long> value)
public LongProperty xml(Xml xml)
public LongProperty example(Long example)
public LongProperty _default(String _default)
public LongProperty _default(Long _default)
public LongProperty vendorExtension(String key, Object obj)
public LongProperty readOnly()
readOnly in class AbstractPropertypublic Long getDefault()
public void setDefault(String _default)
setDefault in interface PropertysetDefault in class AbstractPropertypublic void setDefault(Long _default)
public int hashCode()
hashCode in class AbstractNumericPropertypublic boolean equals(Object obj)
equals in class AbstractNumericPropertyCopyright © 2019. All Rights Reserved.