Uses of Class
ome.xml.model.enums.LaserMedium
-
Packages that use LaserMedium Package Description ome.specification ome.xml.meta ome.xml.model ome.xml.model.enums -
-
Uses of LaserMedium in ome.specification
Fields in ome.specification declared as LaserMedium Modifier and Type Field Description static LaserMedium
XMLMockObjects. LASER_MEDIUM
The default type of a laser. -
Uses of LaserMedium in ome.xml.meta
Methods in ome.xml.meta that return LaserMedium Modifier and Type Method Description LaserMedium
AggregateMetadata. getLaserLaserMedium(int instrumentIndex, int lightSourceIndex)
LaserMedium
DummyMetadata. getLaserLaserMedium(int instrumentIndex, int lightSourceIndex)
LaserMedium
MetadataRetrieve. getLaserLaserMedium(int instrumentIndex, int lightSourceIndex)
Get the LaserMedium property of Laser.LaserMedium
OMEXMLMetadataImpl. getLaserLaserMedium(int instrumentIndex, int lightSourceIndex)
Methods in ome.xml.meta with parameters of type LaserMedium Modifier and Type Method Description void
AggregateMetadata. setLaserLaserMedium(LaserMedium laserMedium, int instrumentIndex, int lightSourceIndex)
void
DummyMetadata. setLaserLaserMedium(LaserMedium laserMedium, int instrumentIndex, int lightSourceIndex)
void
FilterMetadata. setLaserLaserMedium(LaserMedium laserMedium, int instrumentIndex, int lightSourceIndex)
void
MetadataStore. setLaserLaserMedium(LaserMedium laserMedium, int instrumentIndex, int lightSourceIndex)
Set the LaserMedium property of Laser.void
OMEXMLMetadataImpl. setLaserLaserMedium(LaserMedium laserMedium, int instrumentIndex, int lightSourceIndex)
-
Uses of LaserMedium in ome.xml.model
Methods in ome.xml.model that return LaserMedium Modifier and Type Method Description LaserMedium
Laser. getLaserMedium()
Methods in ome.xml.model with parameters of type LaserMedium Modifier and Type Method Description void
Laser. setLaserMedium(LaserMedium laserMedium)
-
Uses of LaserMedium in ome.xml.model.enums
Methods in ome.xml.model.enums that return LaserMedium Modifier and Type Method Description static LaserMedium
LaserMedium. fromString(String value)
static LaserMedium
LaserMedium. valueOf(String name)
Returns the enum constant of this type with the specified name.static LaserMedium[]
LaserMedium. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-