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 Correction
XMLMockObjects. CORRECTION
The default objective's correction. -
Uses of Correction in ome.xml.meta
Methods in ome.xml.meta that return Correction Modifier and Type Method Description Correction
AggregateMetadata. getObjectiveCorrection(int instrumentIndex, int objectiveIndex)
Correction
DummyMetadata. getObjectiveCorrection(int instrumentIndex, int objectiveIndex)
Correction
MetadataRetrieve. getObjectiveCorrection(int instrumentIndex, int objectiveIndex)
Get the Correction property of Objective.Correction
OMEXMLMetadataImpl. getObjectiveCorrection(int instrumentIndex, int objectiveIndex)
Methods in ome.xml.meta with parameters of type Correction Modifier and Type Method Description void
AggregateMetadata. setObjectiveCorrection(Correction correction, int instrumentIndex, int objectiveIndex)
void
DummyMetadata. setObjectiveCorrection(Correction correction, int instrumentIndex, int objectiveIndex)
void
FilterMetadata. setObjectiveCorrection(Correction correction, int instrumentIndex, int objectiveIndex)
void
MetadataStore. setObjectiveCorrection(Correction correction, int instrumentIndex, int objectiveIndex)
Set the Correction property of Objective.void
OMEXMLMetadataImpl. 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 Correction
Objective. getCorrection()
Methods in ome.xml.model with parameters of type Correction Modifier and Type Method Description void
Objective. 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 Correction
Correction. fromString(String value)
static Correction
Correction. valueOf(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.
-