public class BaseIntegerProperty extends AbstractNumericProperty
BaseIntegerProperty class defines property for integers
without specific format.| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE |
exclusiveMaximum, exclusiveMinimum, maximum, minimum| Constructor and Description |
|---|
BaseIntegerProperty() |
BaseIntegerProperty(String format) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isType(String type,
String format) |
equals, exclusiveMaximum, exclusiveMinimum, getExclusiveMaximum, getExclusiveMinimum, getMaximum, getMinimum, hashCode, maximum, minimum, setExclusiveMaximum, setExclusiveMinimum, setMaximum, setMinimumdescription, getAccess, getDescription, getExample, getFormat, getName, getPosition, getReadOnly, getRequired, getTitle, getType, getXml, readOnly, setAccess, setDefault, 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, setDefault, setDescription, setExample, setName, setPosition, setReadOnly, setRequired, setTitle, setXml, titlepublic static final String TYPE
public BaseIntegerProperty()
public BaseIntegerProperty(String format)
Copyright © 2015. All Rights Reserved.