Uses of Class
org.molgenis.vibe.core.formats.Source.Level
-
Packages that use Source.Level Package Description org.molgenis.vibe.core.formats -
-
Uses of Source.Level in org.molgenis.vibe.core.formats
Methods in org.molgenis.vibe.core.formats that return Source.Level Modifier and Type Method Description Source.LevelSource. getLevel()static Source.LevelSource.Level. retrieveLevelByString(String levelString)Retrieves theSource.Levelbased on aString.static Source.LevelSource.Level. valueOf(String name)Returns the enum constant of this type with the specified name.static Source.Level[]Source.Level. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.molgenis.vibe.core.formats with parameters of type Source.Level Constructor Description Source(URI uri, String name, Source.Level level)A constructor for describing a source with anURIid from an RDF database.
-