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) |
BooleanProperty |
xml(Xml xml) |
description, getAccess, getDescription, getExample, getFormat, getName, getPosition, getReadOnly, getRequired, getTitle, getType, getXml, readOnly, setAccess, setDescription, setExample, setFormat, setName, setPosition, setReadOnly, setRequired, setTitle, setType, setXml, titleclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitdescription, getAccess, getDescription, getExample, getFormat, getName, getPosition, getReadOnly, getRequired, getTitle, getType, getXml, setAccess, setDescription, setExample, setName, setPosition, setReadOnly, setRequired, setTitle, setXml, titlepublic static final String TYPE
protected Boolean _default
public BooleanProperty xml(Xml xml)
public BooleanProperty example(Boolean example)
public BooleanProperty _default(String _default)
public BooleanProperty _default(boolean _default)
public Boolean getDefault()
public void setDefault(String _default)
setDefault in interface PropertysetDefault in class AbstractPropertypublic void setDefault(Boolean _default)
public int hashCode()
hashCode in class AbstractPropertypublic boolean equals(Object obj)
equals in class AbstractPropertyCopyright © 2015. All Rights Reserved.