Uses of Class
ome.xml.model.enums.Correction
-
Packages that use Correction Package Description ome.specification ome.xml.meta ome.xml.model ome.xml.model.enums -
-
Uses of Correction in ome.specification
Fields in ome.specification declared as Correction Modifier and Type Field Description static CorrectionXMLMockObjects. CORRECTIONThe default objective's correction. -
Uses of Correction in ome.xml.meta
Methods in ome.xml.meta that return Correction Modifier and Type Method Description CorrectionAggregateMetadata. getObjectiveCorrection(int instrumentIndex, int objectiveIndex)CorrectionDummyMetadata. getObjectiveCorrection(int instrumentIndex, int objectiveIndex)CorrectionMetadataRetrieve. getObjectiveCorrection(int instrumentIndex, int objectiveIndex)Get the Correction property of Objective.CorrectionOMEXMLMetadataImpl. getObjectiveCorrection(int instrumentIndex, int objectiveIndex)Methods in ome.xml.meta with parameters of type Correction Modifier and Type Method Description voidAggregateMetadata. 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 Correction Modifier and Type Method Description CorrectionObjective. getCorrection()Methods in ome.xml.model with parameters of type Correction Modifier and Type Method Description voidObjective. setCorrection(Correction correction) -
Uses of Correction in ome.xml.model.enums
Methods in ome.xml.model.enums that return Correction Modifier and Type Method Description static CorrectionCorrection. fromString(java.lang.String value)static CorrectionCorrection. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Correction[]Correction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-