tigase.jaxmpp.core.client.xmpp.forms
Class BooleanField
java.lang.Object
tigase.jaxmpp.core.client.xml.ElementWrapper
tigase.jaxmpp.core.client.xmpp.forms.AbstractField<Boolean>
tigase.jaxmpp.core.client.xmpp.forms.BooleanField
- All Implemented Interfaces:
- Element, Field<Boolean>
public class BooleanField
- extends AbstractField<Boolean>
Implementation of Boolean field type.
The field
enables an entity to gather or provide an either-or choice between two
options. The default value is "false".
| Methods inherited from class tigase.jaxmpp.core.client.xml.ElementWrapper |
addChild, equals, getAsString, getAttribute, getAttributes, getChildAfter, getChildElementValue, getChildElementValue, getChildren, getChildren, getChildrenNS, getChildrenNS, getFirstChild, getFirstChild, getName, getNextSibling, getParent, getValue, getXMLNS, hashCode, removeAttribute, removeChild, setAttribute, setAttributes, setChildElementValue, setChildElementValue, setParent, setValue, setXMLNS |
getFieldValue
public Boolean getFieldValue()
throws XMLException
- Returns value of field.
- Returns:
- value
- Throws:
XMLException
setFieldValue
public void setFieldValue(Boolean value)
throws XMLException
- Sets value of field.
- Parameters:
value - value of field
- Throws:
XMLException
Copyright © 2006-2012 Tigase. All Rights Reserved.