public class DoubleProperty extends DecimalProperty
| Modifier and Type | Field and Description |
|---|---|
protected Double |
_default |
protected List<Double> |
_enum |
static 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(Double _default) |
DoubleProperty |
_default(String _default) |
DoubleProperty |
_enum(Double value) |
DoubleProperty |
_enum(List<Double> value) |
boolean |
equals(Object obj) |
DoubleProperty |
example(Double example) |
Double |
getDefault() |
List<Double> |
getEnum() |
int |
hashCode() |
static boolean |
isType(String type,
String format) |
DoubleProperty |
readOnly() |
void |
setDefault(Double _default) |
void |
setDefault(String _default) |
void |
setEnum(List<Double> _enum) |
DoubleProperty |
vendorExtension(String key,
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 String FORMAT
protected Double _default
public DoubleProperty _enum(Double value)
public DoubleProperty _enum(List<Double> value)
public DoubleProperty xml(Xml xml)
xml in class DecimalPropertypublic DoubleProperty example(Double example)
public DoubleProperty _default(String _default)
public DoubleProperty _default(Double _default)
public DoubleProperty vendorExtension(String key, Object obj)
vendorExtension in class DecimalPropertypublic DoubleProperty readOnly()
readOnly in class DecimalPropertypublic Double getDefault()
public void setDefault(String _default)
setDefault in interface PropertysetDefault in class AbstractPropertypublic void setDefault(Double _default)
public int hashCode()
hashCode in class AbstractNumericPropertypublic boolean equals(Object obj)
equals in class AbstractNumericPropertyCopyright © 2019. All Rights Reserved.