Package omero.model
Interface _LaserOperations
-
- All Superinterfaces:
_IObjectOperations
,_LightSourceOperations
public interface _LaserOperations extends _LightSourceOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RInt
getFrequencyMultiplication(Ice.Current __current)
LaserMedium
getLaserMedium(Ice.Current __current)
RBool
getPockelCell(Ice.Current __current)
Pulse
getPulse(Ice.Current __current)
LightSource
getPump(Ice.Current __current)
Frequency
getRepetitionRate(Ice.Current __current)
RBool
getTuneable(Ice.Current __current)
LaserType
getType(Ice.Current __current)
Length
getWavelength(Ice.Current __current)
void
setFrequencyMultiplication(RInt theFrequencyMultiplication, Ice.Current __current)
void
setLaserMedium(LaserMedium theLaserMedium, Ice.Current __current)
void
setPockelCell(RBool thePockelCell, Ice.Current __current)
void
setPulse(Pulse thePulse, Ice.Current __current)
void
setPump(LightSource thePump, Ice.Current __current)
void
setRepetitionRate(Frequency theRepetitionRate, Ice.Current __current)
void
setTuneable(RBool theTuneable, Ice.Current __current)
void
setType(LaserType theType, Ice.Current __current)
void
setWavelength(Length theWavelength, Ice.Current __current)
-
Methods inherited from interface omero.model._IObjectOperations
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
Methods inherited from interface omero.model._LightSourceOperations
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(Ice.Current __current)
-
setType
void setType(LaserType theType, Ice.Current __current)
-
getLaserMedium
LaserMedium getLaserMedium(Ice.Current __current)
-
setLaserMedium
void setLaserMedium(LaserMedium theLaserMedium, Ice.Current __current)
-
getFrequencyMultiplication
RInt getFrequencyMultiplication(Ice.Current __current)
-
setFrequencyMultiplication
void setFrequencyMultiplication(RInt theFrequencyMultiplication, Ice.Current __current)
-
getTuneable
RBool getTuneable(Ice.Current __current)
-
setTuneable
void setTuneable(RBool theTuneable, Ice.Current __current)
-
getPulse
Pulse getPulse(Ice.Current __current)
-
setPulse
void setPulse(Pulse thePulse, Ice.Current __current)
-
getWavelength
Length getWavelength(Ice.Current __current)
-
setWavelength
void setWavelength(Length theWavelength, Ice.Current __current)
-
getPockelCell
RBool getPockelCell(Ice.Current __current)
-
setPockelCell
void setPockelCell(RBool thePockelCell, Ice.Current __current)
-
getPump
LightSource getPump(Ice.Current __current)
-
setPump
void setPump(LightSource thePump, Ice.Current __current)
-
getRepetitionRate
Frequency getRepetitionRate(Ice.Current __current)
-
setRepetitionRate
void setRepetitionRate(Frequency theRepetitionRate, Ice.Current __current)
-
-