public class DoubleProperty extends DecimalProperty
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Double |
_default |
protected java.util.List<java.lang.Double> |
_enum |
static java.lang.String |
FORMAT |
TYPEexclusiveMaximum, exclusiveMinimum, maximum, minimum, multipleOfaccess, allowEmptyValue, description, example, format, name, position, readOnly, required, title, type, vendorExtensions, xml| Constructor and Description |
|---|
DoubleProperty() |
| Modifier and Type | Method and Description |
|---|---|
DoubleProperty |
_default(java.lang.Double _default) |
DoubleProperty |
_default(java.lang.String _default) |
DoubleProperty |
_enum(java.lang.Double value) |
DoubleProperty |
_enum(java.util.List<java.lang.Double> value) |
boolean |
equals(java.lang.Object obj) |
DoubleProperty |
example(java.lang.Double example) |
java.lang.Double |
getDefault() |
java.util.List<java.lang.Double> |
getEnum() |
int |
hashCode() |
static boolean |
isType(java.lang.String type,
java.lang.String format) |
DoubleProperty |
readOnly() |
void |
setDefault(java.lang.Double _default) |
void |
setDefault(java.lang.String _default) |
void |
setEnum(java.util.List<java.lang.Double> _enum) |
DoubleProperty |
vendorExtension(java.lang.String key,
java.lang.Object obj) |
DoubleProperty |
xml(Xml xml) |
example, 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 java.lang.String FORMAT
protected java.lang.Double _default
protected java.util.List<java.lang.Double> _enum
public DoubleProperty _enum(java.lang.Double value)
public DoubleProperty _enum(java.util.List<java.lang.Double> value)
public static boolean isType(java.lang.String type,
java.lang.String format)
public DoubleProperty xml(Xml xml)
xml in class DecimalPropertypublic DoubleProperty example(java.lang.Double example)
public DoubleProperty _default(java.lang.String _default)
public DoubleProperty _default(java.lang.Double _default)
public DoubleProperty vendorExtension(java.lang.String key, java.lang.Object obj)
vendorExtension in class DecimalPropertypublic DoubleProperty readOnly()
readOnly in class DecimalPropertypublic java.lang.Double getDefault()
public void setDefault(java.lang.String _default)
setDefault in interface PropertysetDefault in class AbstractPropertypublic void setDefault(java.lang.Double _default)
public java.util.List<java.lang.Double> getEnum()
public void setEnum(java.util.List<java.lang.Double> _enum)
public int hashCode()
hashCode in class AbstractNumericPropertypublic boolean equals(java.lang.Object obj)
equals in class AbstractNumericPropertyCopyright © 2021. All Rights Reserved.