Uses of Class
tigase.server.amp.db.MsgRepository.MSG_TYPES
-
Packages that use MsgRepository.MSG_TYPES Package Description tigase.server.amp.db -
-
Uses of MsgRepository.MSG_TYPES in tigase.server.amp.db
Methods in tigase.server.amp.db that return MsgRepository.MSG_TYPES Modifier and Type Method Description static MsgRepository.MSG_TYPES
MsgRepository.MSG_TYPES. getFromInt(int type)
static MsgRepository.MSG_TYPES
MsgRepository.MSG_TYPES. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MsgRepository.MSG_TYPES[]
MsgRepository.MSG_TYPES. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-