JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Class
org.biojava.nbio.structure.DBRef
Packages that use
DBRef
Package
Description
org.biojava.nbio.structure
Interfaces and classes for protein structure (PDB).
Uses of
DBRef
in
org.biojava.nbio.structure
Methods in
org.biojava.nbio.structure
that return types with arguments of type
DBRef
Modifier and Type
Method
Description
List
<
DBRef
>
Structure.
getDBRefs
()
Get the list of database references
List
<
DBRef
>
StructureImpl.
getDBRefs
()
Get the list of database references
Method parameters in
org.biojava.nbio.structure
with type arguments of type
DBRef
Modifier and Type
Method
Description
void
Structure.
setDBRefs
(
List
<
DBRef
> dbrefs)
Set the list of database references for this structure
void
StructureImpl.
setDBRefs
(
List
<
DBRef
> dbrefs)
Set the list of database references for this structure