|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Command.DataType | |
---|---|
tigase.server |
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)
|
Packet |
Command.getPacket(tigase.xmpp.JID from,
tigase.xmpp.JID to,
StanzaType type,
String id,
Command.DataType data_type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |