Uses of Class
org.jivesoftware.openfire.commands.AdHocCommand.Status
-
Packages that use AdHocCommand.Status Package Description org.jivesoftware.openfire.commands Ad-Hoc Commands implementation (XEP-0050). -
-
Uses of AdHocCommand.Status in org.jivesoftware.openfire.commands
Methods in org.jivesoftware.openfire.commands that return AdHocCommand.Status Modifier and Type Method Description static AdHocCommand.Status
AdHocCommand.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static AdHocCommand.Status[]
AdHocCommand.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-