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 String |
TYPE |
exclusiveMaximum, exclusiveMinimum, maximum, minimum, multipleOfaccess, allowEmptyValue, description, example, format, name, position, readOnly, required, title, type, vendorExtensions, xml| Constructor and Description |
|---|
BaseIntegerProperty() |
BaseIntegerProperty(String format) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isType(String type,
String format) |
void |
setExample(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 String TYPE
public BaseIntegerProperty()
public BaseIntegerProperty(String format)
public void setExample(Object example)
setExample in interface PropertysetExample in class AbstractPropertyCopyright © 2019. All Rights Reserved.