Uses of Enum
org.xmpp.forms.FormField.Type
Packages that use FormField.Type
-
Uses of FormField.Type in org.xmpp.forms
Methods in org.xmpp.forms that return FormField.TypeModifier and TypeMethodDescriptionstatic FormField.TypeConverts a String value into its Type representation.FormField.getType()Returns an indicative of the format for the data to answer.static FormField.TypeReturns the enum constant of this type with the specified name.static FormField.Type[]FormField.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xmpp.forms with parameters of type FormField.TypeModifier and TypeMethodDescriptionDataForm.addField(String variable, String label, FormField.Type type) Adds a new field as part of the form.voidDataForm.addReportedField(String variable, String label, FormField.Type type) Adds a field to the list of fields that will be returned from a search.voidFormField.setType(FormField.Type type) Sets an indicative of the format for the data to answer.