| Package | Description |
|---|---|
| rocks.xmpp.extensions.data.model |
Provides XML schema implementations of XEP-0004: Data Forms.
|
| Modifier and Type | Method and Description |
|---|---|
DataForm.Type |
DataForm.getType()
Gets the type of the form.
|
static DataForm.Type |
DataForm.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataForm.Type[] |
DataForm.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
T |
DataForm.Builder.type(DataForm.Type type)
Sets the type of the form.
|
| Constructor and Description |
|---|
DataForm(DataForm.Type type)
Creates a data form.
|
DataForm(DataForm.Type type,
Collection<DataForm.Field> fields)
Creates a data form.
|
DataForm(DataForm.Type type,
String title,
Collection<DataForm.Field> fields,
Collection<DataForm.Field> reportedFields,
Collection<DataForm.Item> items,
Collection<String> instructions,
Collection<Page> pages) |
Copyright © 2014–2016 XMPP.rocks. All rights reserved.