public class DoubleProperty extends AbstractNumericProperty implements Property
| Modifier and Type | Field and Description |
|---|---|
protected Double |
_default |
exclusiveMaximum, exclusiveMinimum, maximum, minimum| Constructor and Description |
|---|
DoubleProperty() |
| Modifier and Type | Method and Description |
|---|---|
DoubleProperty |
_default(Double _default) |
DoubleProperty |
_default(String _default) |
DoubleProperty |
example(Double example) |
Double |
getDefault() |
static boolean |
isType(String type,
String format) |
void |
setDefault(Double _default) |
void |
setDefault(String _default) |
DoubleProperty |
xml(Xml xml) |
exclusiveMaximum, exclusiveMinimum, getExclusiveMaximum, getExclusiveMinimum, getMaximum, getMinimum, maximum, minimum, setExclusiveMaximum, setExclusiveMinimum, setMaximum, setMinimumdescription, getDescription, getExample, getFormat, getName, getPosition, getReadOnly, getRequired, getTitle, getType, getXml, readOnly, setDescription, setExample, setFormat, setName, setPosition, setReadOnly, setRequired, setTitle, setType, setXml, titleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdescription, getDescription, getExample, getFormat, getName, getPosition, getReadOnly, getRequired, getTitle, getType, getXml, setDescription, setExample, setName, setPosition, setReadOnly, setRequired, setTitle, setXml, titleprotected Double _default
public DoubleProperty xml(Xml xml)
public DoubleProperty example(Double example)
public DoubleProperty _default(String _default)
public DoubleProperty _default(Double _default)
public Double getDefault()
public void setDefault(Double _default)
public void setDefault(String _default)
setDefault in interface PropertysetDefault in class AbstractPropertyCopyright © 2015. All Rights Reserved.