Uses of Class
ubic.gemma.core.loader.expression.geo.GeoLibrarySource
-
Packages that use GeoLibrarySource Package Description ubic.gemma.core.loader.expression.geo ubic.gemma.core.loader.expression.geo.model -
-
Uses of GeoLibrarySource in ubic.gemma.core.loader.expression.geo
Methods in ubic.gemma.core.loader.expression.geo that return GeoLibrarySource Modifier and Type Method Description static GeoLibrarySource
GeoLibrarySource. valueOf(String name)
Returns the enum constant of this type with the specified name.static GeoLibrarySource[]
GeoLibrarySource. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of GeoLibrarySource in ubic.gemma.core.loader.expression.geo.model
Methods in ubic.gemma.core.loader.expression.geo.model that return GeoLibrarySource Modifier and Type Method Description GeoLibrarySource
GeoSample. getLibSource()
Methods in ubic.gemma.core.loader.expression.geo.model with parameters of type GeoLibrarySource Modifier and Type Method Description void
GeoSample. setLibSource(GeoLibrarySource libSource)
-