Uses of Class
org.uniprot.uniprot.DbReferenceType
Packages that use DbReferenceType
-
Uses of DbReferenceType in org.uniprot.uniprot
Fields in org.uniprot.uniprot declared as DbReferenceTypeModifier and TypeFieldDescriptionprotected DbReferenceTypeCofactorType.dbReferenceprotected DbReferenceTypeCommentType.Disease.dbReferenceprotected DbReferenceTypeImportedFromType.dbReferenceprotected DbReferenceTypeInteractantType.dbReferenceprotected DbReferenceTypeLigandPartType.dbReferenceprotected DbReferenceTypeLigandType.dbReferenceprotected DbReferenceTypePhysiologicalReactionType.dbReferenceprotected DbReferenceTypeSourceType.dbReferenceFields in org.uniprot.uniprot with type parameters of type DbReferenceTypeModifier and TypeFieldDescriptionprotected List<DbReferenceType>CitationType.dbReferenceDescribes cross-references to bibliography databases (MEDLINE, PubMed, AGRICOLA) or other online resources (DOI).protected List<DbReferenceType>Entry.dbReferenceprotected List<DbReferenceType>OrganismType.dbReferenceDescribes a cross-reference to the NCBI taxonomy database.protected List<DbReferenceType>ReactionType.dbReferenceMethods in org.uniprot.uniprot that return DbReferenceTypeModifier and TypeMethodDescriptionObjectFactory.createDbReferenceType()Create an instance ofDbReferenceTypeCofactorType.getDbReference()Gets the value of the dbReference property.CommentType.Disease.getDbReference()Gets the value of the dbReference property.ImportedFromType.getDbReference()Gets the value of the dbReference property.InteractantType.getDbReference()Gets the value of the dbReference property.LigandPartType.getDbReference()Gets the value of the dbReference property.LigandType.getDbReference()Gets the value of the dbReference property.PhysiologicalReactionType.getDbReference()Gets the value of the dbReference property.SourceType.getDbReference()Gets the value of the dbReference property.Methods in org.uniprot.uniprot that return types with arguments of type DbReferenceTypeModifier and TypeMethodDescriptionCitationType.getDbReference()Describes cross-references to bibliography databases (MEDLINE, PubMed, AGRICOLA) or other online resources (DOI).Entry.getDbReference()Gets the value of the dbReference property.OrganismType.getDbReference()Describes a cross-reference to the NCBI taxonomy database.ReactionType.getDbReference()Gets the value of the dbReference property.Methods in org.uniprot.uniprot with parameters of type DbReferenceTypeModifier and TypeMethodDescriptionvoidCofactorType.setDbReference(DbReferenceType value) Sets the value of the dbReference property.voidCommentType.Disease.setDbReference(DbReferenceType value) Sets the value of the dbReference property.voidImportedFromType.setDbReference(DbReferenceType value) Sets the value of the dbReference property.voidInteractantType.setDbReference(DbReferenceType value) Sets the value of the dbReference property.voidLigandPartType.setDbReference(DbReferenceType value) Sets the value of the dbReference property.voidLigandType.setDbReference(DbReferenceType value) Sets the value of the dbReference property.voidPhysiologicalReactionType.setDbReference(DbReferenceType value) Sets the value of the dbReference property.voidSourceType.setDbReference(DbReferenceType value) Sets the value of the dbReference property.