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