public class FloatProperty extends AbstractNumericProperty implements Property
| Modifier and Type | Field and Description |
|---|---|
protected Float |
_default |
exclusiveMaximum, exclusiveMinimum, maximum, minimum| Constructor and Description |
|---|
FloatProperty() |
| Modifier and Type | Method and Description |
|---|---|
FloatProperty |
_default(Float _default) |
FloatProperty |
_default(String _default) |
boolean |
equals(Object obj) |
FloatProperty |
example(Float example) |
Float |
getDefault() |
int |
hashCode() |
static boolean |
isType(String type,
String format) |
void |
setDefault(Float _default) |
void |
setDefault(String _default) |
FloatProperty |
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, getXml, readOnly, setAccess, setDescription, setExample, setFormat, setName, setPosition, setReadOnly, setRequired, setTitle, setType, setXml, titleclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitdescription, getAccess, getDescription, getExample, getFormat, getName, getPosition, getReadOnly, getRequired, getTitle, getType, getXml, setAccess, setDescription, setExample, setName, setPosition, setReadOnly, setRequired, setTitle, setXml, titleprotected Float _default
public FloatProperty xml(Xml xml)
public FloatProperty example(Float example)
public FloatProperty _default(String _default)
public FloatProperty _default(Float _default)
public Float getDefault()
public void setDefault(String _default)
setDefault in interface PropertysetDefault in class AbstractPropertypublic void setDefault(Float _default)
public int hashCode()
hashCode in class AbstractNumericPropertypublic boolean equals(Object obj)
equals in class AbstractNumericPropertyCopyright © 2015. All Rights Reserved.