Interface Value

All Superinterfaces:
Serializable
All Known Subinterfaces:
AgricolaId, AllergenComment, AlternativeProductsEvent, Author, AuthoringGroup, BiotechnologyComment, BookName, CatalyticActivityComment, CautionComment, CitationConflictReport, CitationSummary, City, CommentText, ConflictReport, ConflictReportDescription, Country, DatabaseAttribute, DatabaseFTP, DatabaseName, DatabaseNote, DatabaseURL, DevelopmentalStageComment, DiseaseAcronym, DiseaseDescription, DiseaseId, DiseaseReferenceId, DisruptionPhenotypeComment, DOI, DomainComment, Editor, EntryId, Enzyme, EnzymeRegulationComment, EvidenceAttribute, EvidencedValue, EvidenceId, EvidenceOriginName, FeatureDescription, FeatureId, FeatureSequence, Field, FunctionComment, GeneName, GeneNameSynonym, GoDefinition, GoEcoEvidence, GoEvidenceSource, GoId, GoId, GoTerm, GoTermName, InductionComment, Institute, InteractionGeneName, InteractorAccession, InteractorUniProtId, IsoformId, IsoformName, IsoformSequenceId, IsoformSynonym, JournalName, Keyword, Locator, MassSpectrometryCommentNote, MassSpectrometryCommentSource, MassSpectrometryRangeNote, MaxVelocityUnit, MedlineId, MemberId, MiscellaneousComment, MutagenReport, NcbiTaxon, NCBITaxonomy, NcbiTaxonomyId, NewtTaxon, OrderedLocusName, ORFName, Organelle, OrganismCommonName, OrganismName, OrganismScientificName, OrganismSynonym, OverlapRegion, Page, PAGEDataComment, PAGEDataMolecularWeight, PAGEDataPl, PatentNumber, PathwayComment, PharmaceuticalComment, PolymorphismComment, PrimaryUniProtAccession, ProteinName, PtmComment, PublicationDate, Publisher, PubMedId, SampleSource, SecondaryUniProtAccession, SequenceCautionCommentNote, SimilarityComment, SourceOrganism, SubcellularLocationValue, Substrate, SubunitComment, TextOnlyComment, TissueSpecificityComment, Title, ToxicDoseComment, Type, UniParcAccession, UniParcId, UniProtAccession, UniProtAccession, UniProtId, UniProtIsoformId, UniRefDatabaseVersion, UniRefEntryId, UniRefEntryName, UnspecifiedConflictReport, VariantReport, VarsplicIsoform, Volume
All Known Implementing Classes:
GoEvidenceType, OntologyType

public interface Value extends Serializable
A common interface used to describe object values that can be mapped to a single String
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the value of the object (Value)
    void
    Set the value in the object
  • Method Details

    • getValue

      String getValue()
      Get the value of the object (Value)
      Returns:
      The value of the object
    • setValue

      void setValue(String value)
      Set the value in the object
      Parameters:
      value - The value of the object