Package omero.model
Interface _LaserOperationsNC
-
- All Superinterfaces:
_IObjectOperationsNC
,_LightSourceOperationsNC
public interface _LaserOperationsNC extends _LightSourceOperationsNC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RInt
getFrequencyMultiplication()
LaserMedium
getLaserMedium()
RBool
getPockelCell()
Pulse
getPulse()
LightSource
getPump()
Frequency
getRepetitionRate()
RBool
getTuneable()
LaserType
getType()
Length
getWavelength()
void
setFrequencyMultiplication(RInt theFrequencyMultiplication)
void
setLaserMedium(LaserMedium theLaserMedium)
void
setPockelCell(RBool thePockelCell)
void
setPulse(Pulse thePulse)
void
setPump(LightSource thePump)
void
setRepetitionRate(Frequency theRepetitionRate)
void
setTuneable(RBool theTuneable)
void
setType(LaserType theType)
void
setWavelength(Length theWavelength)
-
Methods inherited from interface omero.model._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
Methods inherited from interface omero.model._LightSourceOperationsNC
addAllLightSourceAnnotationLinkSet, addLightSourceAnnotationLink, addLightSourceAnnotationLinkToBoth, clearAnnotationLinks, copyAnnotationLinks, findLightSourceAnnotationLink, getAnnotationLinksCountPerOwner, getInstrument, getLotNumber, getManufacturer, getModel, getPower, getSerialNumber, getVersion, linkAnnotation, linkedAnnotationList, reloadAnnotationLinks, removeAllLightSourceAnnotationLinkSet, removeLightSourceAnnotationLink, removeLightSourceAnnotationLinkFromBoth, setInstrument, setLotNumber, setManufacturer, setModel, setPower, setSerialNumber, setVersion, sizeOfAnnotationLinks, unlinkAnnotation, unloadAnnotationLinks
-
-
-
-
Method Detail
-
getType
LaserType getType()
-
setType
void setType(LaserType theType)
-
getLaserMedium
LaserMedium getLaserMedium()
-
setLaserMedium
void setLaserMedium(LaserMedium theLaserMedium)
-
getFrequencyMultiplication
RInt getFrequencyMultiplication()
-
setFrequencyMultiplication
void setFrequencyMultiplication(RInt theFrequencyMultiplication)
-
getTuneable
RBool getTuneable()
-
setTuneable
void setTuneable(RBool theTuneable)
-
getPulse
Pulse getPulse()
-
setPulse
void setPulse(Pulse thePulse)
-
getWavelength
Length getWavelength()
-
setWavelength
void setWavelength(Length theWavelength)
-
getPockelCell
RBool getPockelCell()
-
setPockelCell
void setPockelCell(RBool thePockelCell)
-
getPump
LightSource getPump()
-
setPump
void setPump(LightSource thePump)
-
getRepetitionRate
Frequency getRepetitionRate()
-
setRepetitionRate
void setRepetitionRate(Frequency theRepetitionRate)
-
-