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