public class BooleanProperty extends AbstractProperty implements Property
Modifier and Type | Field and Description |
---|---|
protected Boolean |
_default |
static String |
TYPE |
Constructor and Description |
---|
BooleanProperty() |
Modifier and Type | Method and Description |
---|---|
BooleanProperty |
_default(boolean _default) |
BooleanProperty |
_default(String _default) |
boolean |
equals(Object obj) |
BooleanProperty |
example(Boolean example) |
Boolean |
getDefault() |
int |
hashCode() |
static boolean |
isType(String type,
String format) |
void |
setDefault(Boolean _default) |
void |
setDefault(String _default) |
void |
setExample(Object example) |
BooleanProperty |
vendorExtension(String key,
Object obj) |
BooleanProperty |
xml(Xml xml) |
description, getAccess, getDescription, getExample, getFormat, getName, getPosition, getReadOnly, getRequired, getTitle, getType, getVendorExtensions, getXml, readOnly, setAccess, setDescription, setExample, setFormat, setName, setPosition, setReadOnly, setRequired, setTitle, setType, setVendorExtension, setVendorExtensionMap, setXml, title
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
description, getAccess, getDescription, getExample, getFormat, getName, getPosition, getReadOnly, getRequired, getTitle, getType, getVendorExtensions, getXml, setAccess, setDescription, setExample, setName, setPosition, setReadOnly, setRequired, setTitle, setXml, title
public static final String TYPE
protected Boolean _default
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 getDefault()
public void setDefault(String _default)
setDefault
in interface Property
setDefault
in class AbstractProperty
public void setDefault(Boolean _default)
public int hashCode()
hashCode
in class AbstractProperty
public boolean equals(Object obj)
equals
in class AbstractProperty
Copyright © 2016. All rights reserved.