Package org.jivesoftware.smackx.xdata
Class JidSingleFormField.Builder
java.lang.Object
org.jivesoftware.smackx.xdata.FormField.Builder<F,B>
org.jivesoftware.smackx.xdata.SingleValueFormField.Builder<JidSingleFormField,JidSingleFormField.Builder>
org.jivesoftware.smackx.xdata.JidSingleFormField.Builder
- Enclosing class:
- JidSingleFormField
public static final class JidSingleFormField.Builder
extends SingleValueFormField.Builder<JidSingleFormField,JidSingleFormField.Builder>
-
Field Summary
Fields inherited from class org.jivesoftware.smackx.xdata.SingleValueFormField.Builder
rawValue
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
getThis()
protected void
setValue
(FormField.Value value) Methods inherited from class org.jivesoftware.smackx.xdata.FormField.Builder
addFormFieldChildElement, addFormFieldChildElements, getType, reset, setDescription, setLabel, setRequired, setRequired
-
Method Details
-
resetInternal
- Overrides:
resetInternal
in classSingleValueFormField.Builder<JidSingleFormField,
JidSingleFormField.Builder>
-
setValue
-
setValue
-
setValue
- Throws:
XmppStringprepException
-
build
- Specified by:
build
in classFormField.Builder<JidSingleFormField,
JidSingleFormField.Builder>
-
getThis
- Specified by:
getThis
in classFormField.Builder<JidSingleFormField,
JidSingleFormField.Builder>
-