public class IntegerProperty extends BaseIntegerProperty
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
_default |
protected List<Integer> |
_enum |
static String |
FORMAT |
TYPEexclusiveMaximum, exclusiveMinimum, maximum, minimum, multipleOfaccess, allowEmptyValue, description, example, format, name, position, readOnly, required, title, type, vendorExtensions, xml| Constructor and Description |
|---|
IntegerProperty() |
| Modifier and Type | Method and Description |
|---|---|
IntegerProperty |
_default(Integer _default) |
IntegerProperty |
_default(String _default) |
IntegerProperty |
_enum(Integer value) |
IntegerProperty |
_enum(List<Integer> value) |
boolean |
equals(Object obj) |
IntegerProperty |
example(Integer example) |
Integer |
getDefault() |
List<Integer> |
getEnum() |
int |
hashCode() |
static boolean |
isType(String type,
String format) |
IntegerProperty |
readOnly() |
void |
setDefault(Integer _default) |
void |
setDefault(String _default) |
void |
setEnum(List<Integer> _enum) |
void |
setExample(Object example) |
IntegerProperty |
vendorExtension(String key,
Object obj) |
IntegerProperty |
xml(Xml xml) |
exclusiveMaximum, exclusiveMinimum, getExclusiveMaximum, getExclusiveMinimum, getMaximum, getMinimum, getMultipleOf, maximum, minimum, multipleOf, setExclusiveMaximum, setExclusiveMinimum, setMaximum, setMinimum, setMultipleOfallowEmptyValue, 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, 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, setDescription, setExample, setName, setPosition, setReadOnly, setRequired, setTitle, setXml, titlepublic static final String FORMAT
protected Integer _default
public IntegerProperty _enum(Integer value)
public IntegerProperty _enum(List<Integer> value)
public IntegerProperty xml(Xml xml)
public IntegerProperty example(Integer example)
public IntegerProperty readOnly()
readOnly in class AbstractPropertypublic void setExample(Object example)
setExample in interface PropertysetExample in class BaseIntegerPropertypublic IntegerProperty _default(String _default)
public IntegerProperty _default(Integer _default)
public IntegerProperty vendorExtension(String key, Object obj)
public Integer getDefault()
public void setDefault(String _default)
setDefault in interface PropertysetDefault in class AbstractPropertypublic void setDefault(Integer _default)
public int hashCode()
hashCode in class AbstractNumericPropertypublic boolean equals(Object obj)
equals in class AbstractNumericPropertyCopyright © 2019. All Rights Reserved.