Uses of Class
org.biojava.nbio.structure.DBRef
-
Packages that use DBRef Package Description org.biojava.nbio.structure -
-
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 referencesList<DBRef>
StructureImpl. getDBRefs()
Get the list of database referencesMethod 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 structurevoid
StructureImpl. setDBRefs(List<DBRef> dbrefs)
Set the list of database references for this structure
-