Uses of Class
tigase.server.Command.DataType

Packages that use Command.DataType
tigase.server The main package with top level API for server side components. 
 

Uses of Command.DataType in tigase.server
 

Methods in tigase.server that return Command.DataType
static Command.DataType Command.DataType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Command.DataType[] Command.DataType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in tigase.server with parameters of type Command.DataType
 Packet Iq.commandResult(Command.DataType cmd_type)
          Method description
static tigase.xml.Element Command.createIqCommand(tigase.xmpp.JID from, tigase.xmpp.JID to, StanzaType type, String id, String node, Command.DataType data_type)
          Method description
 Packet Command.getPacket(tigase.xmpp.JID from, tigase.xmpp.JID to, StanzaType type, String id, Command.DataType data_type)
          Method description
 



Copyright © 2013 Tigase. All rights reserved.