public class LongProperty extends BaseIntegerProperty
Modifier and Type | Field and Description |
---|---|
protected Long |
_default |
protected List<Long> |
_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 |
---|
LongProperty() |
Modifier and Type | Method and Description |
---|---|
LongProperty |
_default(Long _default) |
LongProperty |
_default(String _default) |
LongProperty |
_enum(List<Long> value) |
LongProperty |
_enum(Long value) |
boolean |
equals(Object obj) |
LongProperty |
example(Long example) |
Long |
getDefault() |
List<Long> |
getEnum() |
int |
hashCode() |
static boolean |
isType(String type,
String format) |
LongProperty |
readOnly() |
void |
setDefault(Long _default) |
void |
setDefault(String _default) |
void |
setEnum(List<Long> _enum) |
LongProperty |
vendorExtension(String key,
Object obj) |
LongProperty |
xml(Xml xml) |
setExample
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 Long _default
public LongProperty _enum(Long value)
public LongProperty _enum(List<Long> value)
public LongProperty xml(Xml xml)
public LongProperty example(Long example)
public LongProperty _default(String _default)
public LongProperty _default(Long _default)
public LongProperty vendorExtension(String key, Object obj)
public LongProperty readOnly()
readOnly
in class AbstractProperty
public Long getDefault()
public void setDefault(String _default)
setDefault
in interface Property
setDefault
in class AbstractProperty
public void setDefault(Long _default)
public int hashCode()
hashCode
in class AbstractNumericProperty
public boolean equals(Object obj)
equals
in class AbstractNumericProperty
Copyright © 2019. All Rights Reserved.