Uses of Enum Class
ome.xml.model.enums.LaserType
Packages that use LaserType
-
Uses of LaserType in ome.specification
Fields in ome.specification declared as LaserTypeModifier and TypeFieldDescriptionstatic final LaserTypeXMLMockObjects.LASER_TYPEThe default type of a laser. -
Uses of LaserType in ome.xml.meta
Methods in ome.xml.meta that return LaserTypeModifier and TypeMethodDescriptionAggregateMetadata.getLaserType(int instrumentIndex, int lightSourceIndex) DummyMetadata.getLaserType(int instrumentIndex, int lightSourceIndex) MetadataRetrieve.getLaserType(int instrumentIndex, int lightSourceIndex) Get the Type property of Laser.OMEXMLMetadataImpl.getLaserType(int instrumentIndex, int lightSourceIndex) Methods in ome.xml.meta with parameters of type LaserTypeModifier and TypeMethodDescriptionvoidAggregateMetadata.setLaserType(LaserType type, int instrumentIndex, int lightSourceIndex) voidDummyMetadata.setLaserType(LaserType type, int instrumentIndex, int lightSourceIndex) voidFilterMetadata.setLaserType(LaserType type, int instrumentIndex, int lightSourceIndex) voidMetadataStore.setLaserType(LaserType type, int instrumentIndex, int lightSourceIndex) Set the Type property of Laser.voidOMEXMLMetadataImpl.setLaserType(LaserType type, int instrumentIndex, int lightSourceIndex) -
Uses of LaserType in ome.xml.model
Methods in ome.xml.model that return LaserTypeMethods in ome.xml.model with parameters of type LaserType -
Uses of LaserType in ome.xml.model.enums
Methods in ome.xml.model.enums that return LaserTypeModifier and TypeMethodDescriptionstatic LaserTypeLaserType.fromString(String value) static LaserTypeReturns the enum constant of this class with the specified name.static LaserType[]LaserType.values()Returns an array containing the constants of this enum class, in the order they are declared.