Uses of Enum Class
ubic.gemma.model.common.description.AnnotationRelationStatus
Packages that use AnnotationRelationStatus
Package
Description
-
Uses of AnnotationRelationStatus in ubic.gemma.model.common.description
Subclasses with type arguments of type AnnotationRelationStatus in ubic.gemma.model.common.descriptionModifier and TypeClassDescriptionenumWhether a source is stating that a relation holds, or stating that it does not.Methods in ubic.gemma.model.common.description that return AnnotationRelationStatusModifier and TypeMethodDescriptionAnnotationRelation.getStatus()static AnnotationRelationStatusReturns the enum constant of this class with the specified name.static AnnotationRelationStatus[]AnnotationRelationStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ubic.gemma.model.common.description with parameters of type AnnotationRelationStatusModifier and TypeMethodDescriptionvoidAnnotationRelation.setStatus(AnnotationRelationStatus status) -
Uses of AnnotationRelationStatus in ubic.gemma.persistence.service.common.description
Methods in ubic.gemma.persistence.service.common.description that return AnnotationRelationStatusMethods in ubic.gemma.persistence.service.common.description with parameters of type AnnotationRelationStatusModifier and TypeMethodDescriptionAnnotationRelationDao.RelationSummary.RelationSummaryBuilder.status(AnnotationRelationStatus status) Constructors in ubic.gemma.persistence.service.common.description with parameters of type AnnotationRelationStatusModifierConstructorDescriptionRelationSummary(String subjectValue, String subjectValueUri, String subjectCategory, String subjectCategoryUri, String predicate, String predicateUri, String objectValue, String objectValueUri, String objectCategory, String objectCategoryUri, Long taxonId, String taxonCommonName, Integer taxonNcbiId, AnnotationRelationBasis basis, AnnotationRelationStatus status, String source, String sourceVersion, long numberOfExperiments, long numberOfExperimentsAtFactorValue, long numberOfExperimentsAtTag, long numberOfExperimentsAtBioMaterial, Long exampleExperimentId, long numberOfExperimentsWithSubject, long objectBreadth, long subjectBreadth, String evidence) 🛑 Build one withAnnotationRelationDao.RelationSummary.builder(), not with this. Twenty-six positional arguments, a dozen of themlongand most of the restString, is a constructor where a transposition compiles and passes — and adding a field to it broke a stale test class three times in one day, because Maven does not recompile a test whose source has not changed and the mismatch therefore arrives at runtime asNoSuchMethodErrorrather than at compile time.