Uses of Class
org.uniprot.uniprot.ProteinType.RecommendedName
Packages that use ProteinType.RecommendedName
-
Uses of ProteinType.RecommendedName in org.uniprot.uniprot
Fields in org.uniprot.uniprot declared as ProteinType.RecommendedNameModifier and TypeFieldDescriptionprotected ProteinType.RecommendedNameProteinType.Component.recommendedNameprotected ProteinType.RecommendedNameProteinType.Domain.recommendedNameprotected ProteinType.RecommendedNameProteinType.recommendedNameMethods in org.uniprot.uniprot that return ProteinType.RecommendedNameModifier and TypeMethodDescriptionObjectFactory.createProteinTypeRecommendedName()Create an instance ofProteinType.RecommendedNameProteinType.Component.getRecommendedName()Gets the value of the recommendedName property.ProteinType.Domain.getRecommendedName()Gets the value of the recommendedName property.ProteinType.getRecommendedName()Gets the value of the recommendedName property.Methods in org.uniprot.uniprot with parameters of type ProteinType.RecommendedNameModifier and TypeMethodDescriptionvoidProteinType.Component.setRecommendedName(ProteinType.RecommendedName value) Sets the value of the recommendedName property.voidProteinType.Domain.setRecommendedName(ProteinType.RecommendedName value) Sets the value of the recommendedName property.voidProteinType.setRecommendedName(ProteinType.RecommendedName value) Sets the value of the recommendedName property.