Uses of Class
org.bridgedb.rdf.DataSourceMetaDataProvidor
-
Packages that use DataSourceMetaDataProvidor Package Description org.bridgedb.rdf -
-
Uses of DataSourceMetaDataProvidor in org.bridgedb.rdf
Methods in org.bridgedb.rdf that return DataSourceMetaDataProvidor Modifier and Type Method Description static DataSourceMetaDataProvidorDataSourceMetaDataProvidor. getProvider(String sysCode)static DataSourceMetaDataProvidorDataSourceMetaDataProvidor. valueOf(String name)Returns the enum constant of this type with the specified name.static DataSourceMetaDataProvidor[]DataSourceMetaDataProvidor. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bridgedb.rdf with parameters of type DataSourceMetaDataProvidor Modifier and Type Method Description static voidDataSourceMetaDataProvidor. setProvidor(String sysCode, DataSourceMetaDataProvidor providor)
-