...
- getDatabaseTypeDescLong() -> -You need to look up the PluginInterface for this database in the plugin registry with the pluginId. ->
PluginInterface plugin = registry.getPlugin(DatabasePluginType.class, pluginId);
With this you can determine the name (previous long description) - getDatabaseTypeDesc() --> This is in fact the plugin ID of the DatabaseMeta object.
...