public class IntegerProperty extends BaseIntegerProperty
Modifier and Type | Field and Description |
---|---|
protected Integer |
_default |
protected List<Integer> |
_enum |
static String |
FORMAT |
TYPE
exclusiveMaximum, exclusiveMinimum, maximum, minimum, multipleOf
access, 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, setMultipleOf
allowEmptyValue, 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, 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, setDescription, setExample, setName, setPosition, setReadOnly, setRequired, setTitle, setXml, title
public 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 AbstractProperty
public void setExample(Object example)
setExample
in interface Property
setExample
in class BaseIntegerProperty
public 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 Property
setDefault
in class AbstractProperty
public void setDefault(Integer _default)
public int hashCode()
hashCode
in class AbstractNumericProperty
public boolean equals(Object obj)
equals
in class AbstractNumericProperty
Copyright © 2019. All Rights Reserved.