| Package | Description | 
|---|---|
| org.biojava.nbio.structure | 
 
 
 Interfaces and classes for protein structure (PDB). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static PDBStatus.Status | 
PDBStatus.Status.fromString(String statusStr)  | 
static PDBStatus.Status | 
PDBStatus.getStatus(String pdbId)
Get the status of the PDB in question. 
 | 
static PDBStatus.Status[] | 
PDBStatus.getStatus(String[] pdbIds)
Get the status of the a collection of PDBs in question in a single query. 
 | 
static PDBStatus.Status | 
PDBStatus.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. 
 | 
Copyright © 2000–2018 BioJava. All rights reserved.