Uses of Class
org.biojava.nbio.structure.align.client.StructureName.Source
-
Packages that use StructureName.Source Package Description org.biojava.nbio.structure.align.client This package deals with the server communication for auto-downloading pre-calculated alignments. -
-
Uses of StructureName.Source in org.biojava.nbio.structure.align.client
Methods in org.biojava.nbio.structure.align.client that return StructureName.Source Modifier and Type Method Description StructureName.Source
StructureName. getSource()
static StructureName.Source
StructureName.Source. valueOf(String name)
Returns the enum constant of this type with the specified name.static StructureName.Source[]
StructureName.Source. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-