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 RIntgetFrequencyMultiplication()LaserMediumgetLaserMedium()RBoolgetPockelCell()PulsegetPulse()LightSourcegetPump()FrequencygetRepetitionRate()RBoolgetTuneable()LaserTypegetType()LengthgetWavelength()voidsetFrequencyMultiplication(RInt theFrequencyMultiplication)voidsetLaserMedium(LaserMedium theLaserMedium)voidsetPockelCell(RBool thePockelCell)voidsetPulse(Pulse thePulse)voidsetPump(LightSource thePump)voidsetRepetitionRate(Frequency theRepetitionRate)voidsetTuneable(RBool theTuneable)voidsetType(LaserType theType)voidsetWavelength(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)
-
-