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 |
TYPE
exclusiveMaximum, exclusiveMinimum, maximum, minimum, multipleOf
access, 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, setExample
exclusiveMaximum, exclusiveMinimum, getExclusiveMaximum, getExclusiveMinimum, getMaximum, getMinimum, getMultipleOf, maximum, minimum, multipleOf, setExclusiveMaximum, setExclusiveMinimum, setMaximum, setMinimum, setMultipleOf
allowEmptyValue, 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, title
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
description, getAccess, getAllowEmptyValue, getDescription, getExample, getFormat, getName, getPosition, getReadOnly, getRequired, getTitle, getType, getVendorExtensions, getXml, rename, setAccess, setAllowEmptyValue, setDescription, setExample, setName, setPosition, setReadOnly, setRequired, setTitle, setXml, title
public 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 DecimalProperty
public 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 DecimalProperty
public DoubleProperty readOnly()
readOnly
in class DecimalProperty
public java.lang.Double getDefault()
public void setDefault(java.lang.String _default)
setDefault
in interface Property
setDefault
in class AbstractProperty
public 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 AbstractNumericProperty
public boolean equals(java.lang.Object obj)
equals
in class AbstractNumericProperty
Copyright © 2020 JBoss by Red Hat. All Rights Reserved.