public class LongProperty extends BaseIntegerProperty
| Modifier and Type | Field and Description |
|---|---|
protected Long |
_default |
TYPEexclusiveMaximum, exclusiveMinimum, maximum, minimum| Constructor and Description |
|---|
LongProperty() |
| Modifier and Type | Method and Description |
|---|---|
LongProperty |
_default(Long _default) |
LongProperty |
_default(String _default) |
boolean |
equals(Object obj) |
LongProperty |
example(Long example) |
Long |
getDefault() |
int |
hashCode() |
static boolean |
isType(String type,
String format) |
void |
setDefault(Long _default) |
void |
setDefault(String _default) |
LongProperty |
xml(Xml xml) |
exclusiveMaximum, exclusiveMinimum, getExclusiveMaximum, getExclusiveMinimum, getMaximum, getMinimum, maximum, minimum, setExclusiveMaximum, setExclusiveMinimum, setMaximum, setMinimumdescription, getAccess, getDescription, getExample, getFormat, getName, getPosition, getReadOnly, getRequired, getTitle, getType, getVendorExtensions, getXml, readOnly, setAccess, setDescription, setExample, setFormat, setName, setPosition, setReadOnly, setRequired, setTitle, setType, setVendorExtension, setVendorExtensionMap, setXml, titleclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitdescription, getAccess, getDescription, getExample, getFormat, getName, getPosition, getReadOnly, getRequired, getTitle, getType, getVendorExtensions, getXml, setAccess, setDescription, setExample, setName, setPosition, setReadOnly, setRequired, setTitle, setXml, titleprotected Long _default
public LongProperty xml(Xml xml)
public LongProperty example(Long example)
public LongProperty _default(String _default)
public LongProperty _default(Long _default)
public 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 © 2015. All Rights Reserved.