Uses of Class
rocks.xmpp.extensions.data.model.DataForm.Type
-
Packages that use DataForm.Type Package Description rocks.xmpp.extensions.data.model Provides XML schema implementations of XEP-0004: Data Forms. -
-
Uses of DataForm.Type in rocks.xmpp.extensions.data.model
Methods in rocks.xmpp.extensions.data.model that return DataForm.Type Modifier and Type Method Description DataForm.TypeDataForm. getType()Gets the type of the form.static DataForm.TypeDataForm.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.Methods in rocks.xmpp.extensions.data.model with parameters of type DataForm.Type Modifier and Type Method Description TDataForm.Builder. type(DataForm.Type type)Sets the type of the form.Constructors in rocks.xmpp.extensions.data.model with parameters of type DataForm.Type Constructor Description DataForm(DataForm.Type type)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)DataForm(DataForm.Type type, Collection<DataForm.Field> fields)Creates a data form.
-