Uses of Class
ome.xml.model.enums.ExperimentType
-
Packages that use ExperimentType Package Description ome.specification ome.xml.meta ome.xml.model ome.xml.model.enums -
-
Uses of ExperimentType in ome.specification
Fields in ome.specification declared as ExperimentType Modifier and Type Field Description static ExperimentType
XMLMockObjects. EXPERIMENT_TYPE
The default type of a microscope. -
Uses of ExperimentType in ome.xml.meta
Methods in ome.xml.meta that return ExperimentType Modifier and Type Method Description ExperimentType
AggregateMetadata. getExperimentType(int experimentIndex)
ExperimentType
DummyMetadata. getExperimentType(int experimentIndex)
ExperimentType
MetadataRetrieve. getExperimentType(int experimentIndex)
Get the Type property of Experiment.ExperimentType
OMEXMLMetadataImpl. getExperimentType(int experimentIndex)
Methods in ome.xml.meta with parameters of type ExperimentType Modifier and Type Method Description void
AggregateMetadata. setExperimentType(ExperimentType type, int experimentIndex)
void
DummyMetadata. setExperimentType(ExperimentType type, int experimentIndex)
void
FilterMetadata. setExperimentType(ExperimentType type, int experimentIndex)
void
MetadataStore. setExperimentType(ExperimentType type, int experimentIndex)
Set the Type property of Experiment.void
OMEXMLMetadataImpl. setExperimentType(ExperimentType type, int experimentIndex)
-
Uses of ExperimentType in ome.xml.model
Methods in ome.xml.model that return ExperimentType Modifier and Type Method Description ExperimentType
Experiment. getType()
Methods in ome.xml.model with parameters of type ExperimentType Modifier and Type Method Description void
Experiment. setType(ExperimentType type)
-
Uses of ExperimentType in ome.xml.model.enums
Methods in ome.xml.model.enums that return ExperimentType Modifier and Type Method Description static ExperimentType
ExperimentType. fromString(String value)
static ExperimentType
ExperimentType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExperimentType[]
ExperimentType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-