public class BooleanProperty extends AbstractProperty implements Property
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
_default |
protected List<Boolean> |
_enum |
static String |
TYPE |
access, allowEmptyValue, description, example, format, name, position, readOnly, required, title, type, vendorExtensions, xml| Constructor and Description |
|---|
BooleanProperty() |
| Modifier and Type | Method and Description |
|---|---|
BooleanProperty |
_default(boolean _default) |
BooleanProperty |
_default(String _default) |
BooleanProperty |
_enum(Boolean value) |
boolean |
equals(Object o) |
BooleanProperty |
example(Boolean example) |
Boolean |
getDefault() |
List<Boolean> |
getEnum() |
int |
hashCode() |
static boolean |
isType(String type,
String format) |
BooleanProperty |
readOnly() |
void |
setDefault(Boolean _default) |
void |
setDefault(String _default) |
void |
setEnum(List<Boolean> _enum) |
void |
setExample(Object example) |
BooleanProperty |
vendorExtension(String key,
Object obj) |
BooleanProperty |
xml(Xml xml) |
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, 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 TYPE
protected Boolean _default
public BooleanProperty _enum(Boolean value)
public BooleanProperty xml(Xml xml)
public BooleanProperty example(Boolean example)
public void setExample(Object example)
setExample in interface PropertysetExample in class AbstractPropertypublic BooleanProperty _default(String _default)
public BooleanProperty _default(boolean _default)
public BooleanProperty vendorExtension(String key, Object obj)
public boolean equals(Object o)
equals in class AbstractPropertypublic int hashCode()
hashCode in class AbstractPropertypublic BooleanProperty readOnly()
readOnly in class AbstractPropertypublic Boolean getDefault()
public void setDefault(String _default)
setDefault in interface PropertysetDefault in class AbstractPropertypublic void setDefault(Boolean _default)
Copyright © 2019. All Rights Reserved.