Uses of Enum Class
ome.xml.model.enums.Correction
Packages that use Correction
-
Uses of Correction in ome.specification
Fields in ome.specification declared as CorrectionModifier and TypeFieldDescriptionstatic final CorrectionXMLMockObjects.CORRECTIONThe default objective's correction. -
Uses of Correction in ome.xml.meta
Methods in ome.xml.meta that return CorrectionModifier and TypeMethodDescriptionAggregateMetadata.getObjectiveCorrection(int instrumentIndex, int objectiveIndex) DummyMetadata.getObjectiveCorrection(int instrumentIndex, int objectiveIndex) MetadataRetrieve.getObjectiveCorrection(int instrumentIndex, int objectiveIndex) Get the Correction property of Objective.OMEXMLMetadataImpl.getObjectiveCorrection(int instrumentIndex, int objectiveIndex) Methods in ome.xml.meta with parameters of type CorrectionModifier and TypeMethodDescriptionvoidAggregateMetadata.setObjectiveCorrection(Correction correction, int instrumentIndex, int objectiveIndex) voidDummyMetadata.setObjectiveCorrection(Correction correction, int instrumentIndex, int objectiveIndex) voidFilterMetadata.setObjectiveCorrection(Correction correction, int instrumentIndex, int objectiveIndex) voidMetadataStore.setObjectiveCorrection(Correction correction, int instrumentIndex, int objectiveIndex) Set the Correction property of Objective.voidOMEXMLMetadataImpl.setObjectiveCorrection(Correction correction, int instrumentIndex, int objectiveIndex) -
Uses of Correction in ome.xml.model
Methods in ome.xml.model that return CorrectionMethods in ome.xml.model with parameters of type Correction -
Uses of Correction in ome.xml.model.enums
Methods in ome.xml.model.enums that return CorrectionModifier and TypeMethodDescriptionstatic CorrectionCorrection.fromString(String value) static CorrectionReturns the enum constant of this class with the specified name.static Correction[]Correction.values()Returns an array containing the constants of this enum class, in the order they are declared.