Uses of Class
org.jivesoftware.smackx.commands.AdHocCommandNote.Type

Packages that use AdHocCommandNote.Type
org.jivesoftware.smackx.commands   
 

Uses of AdHocCommandNote.Type in org.jivesoftware.smackx.commands
 

Methods in org.jivesoftware.smackx.commands that return AdHocCommandNote.Type
 AdHocCommandNote.Type AdHocCommandNote.getType()
          Return the type of the note.
static AdHocCommandNote.Type AdHocCommandNote.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AdHocCommandNote.Type[] AdHocCommandNote.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.jivesoftware.smackx.commands with parameters of type AdHocCommandNote.Type
AdHocCommandNote(AdHocCommandNote.Type type, java.lang.String value)
          Creates a new adhoc command note with the specified type and value.