Uses of Enum Class
ome.xml.model.enums.LaserMedium
Packages that use LaserMedium
-
Uses of LaserMedium in ome.specification
Fields in ome.specification declared as LaserMediumModifier and TypeFieldDescriptionstatic final LaserMediumXMLMockObjects.LASER_MEDIUMThe default type of a laser. -
Uses of LaserMedium in ome.xml.meta
Methods in ome.xml.meta that return LaserMediumModifier and TypeMethodDescriptionAggregateMetadata.getLaserLaserMedium(int instrumentIndex, int lightSourceIndex) DummyMetadata.getLaserLaserMedium(int instrumentIndex, int lightSourceIndex) MetadataRetrieve.getLaserLaserMedium(int instrumentIndex, int lightSourceIndex) Get the LaserMedium property of Laser.OMEXMLMetadataImpl.getLaserLaserMedium(int instrumentIndex, int lightSourceIndex) Methods in ome.xml.meta with parameters of type LaserMediumModifier and TypeMethodDescriptionvoidAggregateMetadata.setLaserLaserMedium(LaserMedium laserMedium, int instrumentIndex, int lightSourceIndex) voidDummyMetadata.setLaserLaserMedium(LaserMedium laserMedium, int instrumentIndex, int lightSourceIndex) voidFilterMetadata.setLaserLaserMedium(LaserMedium laserMedium, int instrumentIndex, int lightSourceIndex) voidMetadataStore.setLaserLaserMedium(LaserMedium laserMedium, int instrumentIndex, int lightSourceIndex) Set the LaserMedium property of Laser.voidOMEXMLMetadataImpl.setLaserLaserMedium(LaserMedium laserMedium, int instrumentIndex, int lightSourceIndex) -
Uses of LaserMedium in ome.xml.model
Methods in ome.xml.model that return LaserMediumMethods in ome.xml.model with parameters of type LaserMedium -
Uses of LaserMedium in ome.xml.model.enums
Methods in ome.xml.model.enums that return LaserMediumModifier and TypeMethodDescriptionstatic LaserMediumLaserMedium.fromString(String value) static LaserMediumReturns the enum constant of this class with the specified name.static LaserMedium[]LaserMedium.values()Returns an array containing the constants of this enum class, in the order they are declared.