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 DetectorType
XMLMockObjects. DETECTOR_TYPE
The 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 DetectorType
AggregateMetadata. getDetectorType(int instrumentIndex, int detectorIndex)
DetectorType
DummyMetadata. getDetectorType(int instrumentIndex, int detectorIndex)
DetectorType
MetadataRetrieve. getDetectorType(int instrumentIndex, int detectorIndex)
Get the Type property of Detector.DetectorType
OMEXMLMetadataImpl. getDetectorType(int instrumentIndex, int detectorIndex)
Methods in ome.xml.meta with parameters of type DetectorType Modifier and Type Method Description void
AggregateMetadata. setDetectorType(DetectorType type, int instrumentIndex, int detectorIndex)
void
DummyMetadata. setDetectorType(DetectorType type, int instrumentIndex, int detectorIndex)
void
FilterMetadata. setDetectorType(DetectorType type, int instrumentIndex, int detectorIndex)
void
MetadataStore. setDetectorType(DetectorType type, int instrumentIndex, int detectorIndex)
Set the Type property of Detector.void
OMEXMLMetadataImpl. 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 DetectorType
Detector. getType()
Methods in ome.xml.model with parameters of type DetectorType Modifier and Type Method Description void
Detector. 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 DetectorType
DetectorType. fromString(String value)
static DetectorType
DetectorType. valueOf(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.
-