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 ExperimentTypeXMLMockObjects. EXPERIMENT_TYPEThe 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 ExperimentTypeAggregateMetadata. getExperimentType(int experimentIndex)ExperimentTypeDummyMetadata. getExperimentType(int experimentIndex)ExperimentTypeMetadataRetrieve. getExperimentType(int experimentIndex)Get the Type property of Experiment.ExperimentTypeOMEXMLMetadataImpl. getExperimentType(int experimentIndex)Methods in ome.xml.meta with parameters of type ExperimentType Modifier and Type Method Description voidAggregateMetadata. setExperimentType(ExperimentType type, int experimentIndex)voidDummyMetadata. setExperimentType(ExperimentType type, int experimentIndex)voidFilterMetadata. setExperimentType(ExperimentType type, int experimentIndex)voidMetadataStore. setExperimentType(ExperimentType type, int experimentIndex)Set the Type property of Experiment.voidOMEXMLMetadataImpl. 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 ExperimentTypeExperiment. getType()Methods in ome.xml.model with parameters of type ExperimentType Modifier and Type Method Description voidExperiment. 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 ExperimentTypeExperimentType. fromString(java.lang.String value)static ExperimentTypeExperimentType. valueOf(java.lang.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.
-