Uses of Class
org.xmpp.forms.DataForm.Type
-
Packages that use DataForm.Type Package Description org.xmpp.forms -
-
Uses of DataForm.Type in org.xmpp.forms
Methods in org.xmpp.forms that return DataForm.Type Modifier and Type Method Description DataForm.TypeDataForm. getType()Returns the type of this data 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.Constructors in org.xmpp.forms with parameters of type DataForm.Type Constructor Description DataForm(DataForm.Type type)
-