Uses of Class
org.jivesoftware.smackx.xdata.packet.DataForm.Type
-
Packages that use DataForm.Type Package Description org.jivesoftware.smackx.xdata.packet Element classes for XEP-0004: Data Forms. -
-
Uses of DataForm.Type in org.jivesoftware.smackx.xdata.packet
Methods in org.jivesoftware.smackx.xdata.packet that return DataForm.Type Modifier and Type Method Description static DataForm.TypeDataForm.Type. fromString(String string)DataForm.TypeDataForm. getType()Returns the meaning of the data within the context.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 org.jivesoftware.smackx.xdata.packet with parameters of type DataForm.Type Modifier and Type Method Description static DataForm.BuilderDataForm. builder(DataForm.Type type)DataForm.BuilderDataForm.Builder. setType(DataForm.Type type)Deprecated.useDataForm.builder(Type)instead.
-