Uses of Enum Class
ome.xml.model.enums.DetectorType
Packages that use DetectorType
-
Uses of DetectorType in ome.specification
Fields in ome.specification declared as DetectorTypeModifier and TypeFieldDescriptionstatic final DetectorTypeXMLMockObjects.DETECTOR_TYPEThe default type of a detector. -
Uses of DetectorType in ome.xml.meta
Methods in ome.xml.meta that return DetectorTypeModifier and TypeMethodDescriptionAggregateMetadata.getDetectorType(int instrumentIndex, int detectorIndex) DummyMetadata.getDetectorType(int instrumentIndex, int detectorIndex) MetadataRetrieve.getDetectorType(int instrumentIndex, int detectorIndex) Get the Type property of Detector.OMEXMLMetadataImpl.getDetectorType(int instrumentIndex, int detectorIndex) Methods in ome.xml.meta with parameters of type DetectorTypeModifier and TypeMethodDescriptionvoidAggregateMetadata.setDetectorType(DetectorType type, int instrumentIndex, int detectorIndex) voidDummyMetadata.setDetectorType(DetectorType type, int instrumentIndex, int detectorIndex) voidFilterMetadata.setDetectorType(DetectorType type, int instrumentIndex, int detectorIndex) voidMetadataStore.setDetectorType(DetectorType type, int instrumentIndex, int detectorIndex) Set the Type property of Detector.voidOMEXMLMetadataImpl.setDetectorType(DetectorType type, int instrumentIndex, int detectorIndex) -
Uses of DetectorType in ome.xml.model
Methods in ome.xml.model that return DetectorTypeMethods in ome.xml.model with parameters of type DetectorType -
Uses of DetectorType in ome.xml.model.enums
Methods in ome.xml.model.enums that return DetectorTypeModifier and TypeMethodDescriptionstatic DetectorTypeDetectorType.fromString(String value) static DetectorTypeReturns the enum constant of this class with the specified name.static DetectorType[]DetectorType.values()Returns an array containing the constants of this enum class, in the order they are declared.