Uses of Enum Class
ome.xml.model.enums.ExperimentType
Packages that use ExperimentType
-
Uses of ExperimentType in ome.specification
Fields in ome.specification declared as ExperimentTypeModifier and TypeFieldDescriptionstatic final ExperimentTypeXMLMockObjects.EXPERIMENT_TYPEThe default type of a microscope. -
Uses of ExperimentType in ome.xml.meta
Methods in ome.xml.meta that return ExperimentTypeModifier and TypeMethodDescriptionAggregateMetadata.getExperimentType(int experimentIndex) DummyMetadata.getExperimentType(int experimentIndex) MetadataRetrieve.getExperimentType(int experimentIndex) Get the Type property of Experiment.OMEXMLMetadataImpl.getExperimentType(int experimentIndex) Methods in ome.xml.meta with parameters of type ExperimentTypeModifier and TypeMethodDescriptionvoidAggregateMetadata.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 ExperimentTypeMethods in ome.xml.model with parameters of type ExperimentType -
Uses of ExperimentType in ome.xml.model.enums
Methods in ome.xml.model.enums that return ExperimentTypeModifier and TypeMethodDescriptionstatic ExperimentTypeExperimentType.fromString(String value) static ExperimentTypeReturns the enum constant of this class with the specified name.static ExperimentType[]ExperimentType.values()Returns an array containing the constants of this enum class, in the order they are declared.