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