Uses of Class
org.biojava.nbio.structure.StructureIO.StructureFiletype
-
Packages that use StructureIO.StructureFiletype Package Description org.biojava.nbio.structure -
-
Uses of StructureIO.StructureFiletype in org.biojava.nbio.structure
Methods in org.biojava.nbio.structure that return StructureIO.StructureFiletype Modifier and Type Method Description static StructureIO.StructureFiletypeStructureIO. guessFiletype(java.lang.String filename)Attempts to guess the type of a structure file based on the extensionstatic StructureIO.StructureFiletypeStructureIO.StructureFiletype. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StructureIO.StructureFiletype[]StructureIO.StructureFiletype. values()Returns an array containing the constants of this enum type, in the order they are declared.
-