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.Type
DataForm.Type. fromString(java.lang.String string)
DataForm.Type
DataForm. getType()
Returns the meaning of the data within the context.static DataForm.Type
DataForm.Type. valueOf(java.lang.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.Builder
DataForm. builder(DataForm.Type type)
DataForm.Builder
DataForm.Builder. setType(DataForm.Type type)
Deprecated.useDataForm.builder(Type)
instead.
-