Uses of Class
ome.xml.model.enums.DetectorType
-
Packages that use DetectorType Package Description ome.specification ome.xml.meta ome.xml.model ome.xml.model.enums -
-
Uses of DetectorType in ome.specification
Fields in ome.specification declared as DetectorType Modifier and Type Field Description static DetectorTypeXMLMockObjects. DETECTOR_TYPEThe default type of a detector. -
Uses of DetectorType in ome.xml.meta
Methods in ome.xml.meta that return DetectorType Modifier and Type Method Description DetectorTypeAggregateMetadata. getDetectorType(int instrumentIndex, int detectorIndex)DetectorTypeDummyMetadata. getDetectorType(int instrumentIndex, int detectorIndex)DetectorTypeMetadataRetrieve. getDetectorType(int instrumentIndex, int detectorIndex)Get the Type property of Detector.DetectorTypeOMEXMLMetadataImpl. getDetectorType(int instrumentIndex, int detectorIndex)Methods in ome.xml.meta with parameters of type DetectorType Modifier and Type Method Description voidAggregateMetadata. 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 DetectorType Modifier and Type Method Description DetectorTypeDetector. getType()Methods in ome.xml.model with parameters of type DetectorType Modifier and Type Method Description voidDetector. setType(DetectorType type) -
Uses of DetectorType in ome.xml.model.enums
Methods in ome.xml.model.enums that return DetectorType Modifier and Type Method Description static DetectorTypeDetectorType. fromString(java.lang.String value)static DetectorTypeDetectorType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DetectorType[]DetectorType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-