Uses of Class
ome.xml.model.Laser
-
Packages that use Laser Package Description ome.xml.model -
-
Uses of Laser in ome.xml.model
Methods in ome.xml.model that return Laser Modifier and Type Method Description LaserPump. getLinkedLaser(int index)LaserPump. setLinkedLaser(int index, Laser o)Methods in ome.xml.model that return types with arguments of type Laser Modifier and Type Method Description java.util.List<Laser>Pump. copyLinkedLaserList()Methods in ome.xml.model with parameters of type Laser Modifier and Type Method Description booleanPump. linkLaser(Laser o)LaserPump. setLinkedLaser(int index, Laser o)booleanPump. unlinkLaser(Laser o)Constructors in ome.xml.model with parameters of type Laser Constructor Description Laser(Laser orig)Copy constructor.
-