public class BaseIntegerProperty extends AbstractNumericProperty
BaseIntegerProperty class defines property for integers without specific format, or with a custom
format.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TYPE |
exclusiveMaximum, exclusiveMinimum, maximum, minimum, multipleOfaccess, allowEmptyValue, description, example, format, name, position, readOnly, required, title, type, vendorExtensions, xml| Constructor and Description |
|---|
BaseIntegerProperty() |
BaseIntegerProperty(java.lang.String format) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isType(java.lang.String type,
java.lang.String format) |
void |
setExample(java.lang.Object example) |
equals, exclusiveMaximum, exclusiveMinimum, getExclusiveMaximum, getExclusiveMinimum, getMaximum, getMinimum, getMultipleOf, hashCode, maximum, minimum, multipleOf, setExclusiveMaximum, setExclusiveMinimum, setMaximum, setMinimum, setMultipleOfallowEmptyValue, description, getAccess, getAllowEmptyValue, getDescription, getExample, getFormat, getName, getPosition, getReadOnly, getRequired, getTitle, getType, getVendorExtensions, getXml, readOnly, rename, setAccess, setAllowEmptyValue, setDefault, 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, setDefault, setDescription, setExample, setName, setPosition, setReadOnly, setRequired, setTitle, setXml, titlepublic static final java.lang.String TYPE
public BaseIntegerProperty()
public BaseIntegerProperty(java.lang.String format)
public static boolean isType(java.lang.String type,
java.lang.String format)
public void setExample(java.lang.Object example)
setExample in interface PropertysetExample in class AbstractPropertyCopyright © 2021. All Rights Reserved.