Uses of Class
org.biojava.nbio.structure.PDBStatus.Status
-
Packages that use PDBStatus.Status Package Description org.biojava.nbio.structure -
-
Uses of PDBStatus.Status in org.biojava.nbio.structure
Methods in org.biojava.nbio.structure that return PDBStatus.Status Modifier and Type Method Description static PDBStatus.StatusPDBStatus.Status. fromString(String statusStr)static PDBStatus.StatusPDBStatus. getStatus(String pdbId)Get the status of a PDB id.static PDBStatus.Status[]PDBStatus. getStatus(String[] pdbIds)Get the status of a collection of PDB ids (in a single API query).static PDBStatus.StatusPDBStatus.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static PDBStatus.Status[]PDBStatus.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.
-