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, 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 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 Property
setExample
in class AbstractProperty
public BooleanProperty _default(String _default)
public BooleanProperty _default(boolean _default)
public BooleanProperty vendorExtension(String key, Object obj)
public boolean equals(Object o)
equals
in class AbstractProperty
public int hashCode()
hashCode
in class AbstractProperty
public BooleanProperty readOnly()
readOnly
in class AbstractProperty
public Boolean getDefault()
public void setDefault(String _default)
setDefault
in interface Property
setDefault
in class AbstractProperty
public void setDefault(Boolean _default)
Copyright © 2019. All Rights Reserved.