public class DecimalProperty extends AbstractNumericProperty
DoubleProperty
and FloatProperty
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TYPE |
exclusiveMaximum, exclusiveMinimum, maximum, minimum, multipleOf
access, allowEmptyValue, description, example, format, name, position, readOnly, required, title, type, vendorExtensions, xml
Constructor and Description |
---|
DecimalProperty() |
DecimalProperty(java.lang.String format) |
Modifier and Type | Method and Description |
---|---|
DecimalProperty |
example(java.lang.String example) |
static boolean |
isType(java.lang.String type,
java.lang.String format) |
DecimalProperty |
readOnly() |
void |
setExample(java.lang.Object example) |
DecimalProperty |
vendorExtension(java.lang.String key,
java.lang.Object obj) |
DecimalProperty |
xml(Xml xml) |
equals, exclusiveMaximum, exclusiveMinimum, getExclusiveMaximum, getExclusiveMinimum, getMaximum, getMinimum, getMultipleOf, hashCode, 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, setDefault, 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, setDefault, setDescription, setExample, setName, setPosition, setReadOnly, setRequired, setTitle, setXml, title
public static final java.lang.String TYPE
public DecimalProperty()
public DecimalProperty(java.lang.String format)
public static boolean isType(java.lang.String type, java.lang.String format)
public DecimalProperty xml(Xml xml)
public DecimalProperty example(java.lang.String example)
public DecimalProperty vendorExtension(java.lang.String key, java.lang.Object obj)
public DecimalProperty readOnly()
readOnly
in class AbstractProperty
public void setExample(java.lang.Object example)
setExample
in interface Property
setExample
in class AbstractProperty
Copyright © 2020 JBoss by Red Hat. All Rights Reserved.