Package omero.model
Class DetectorSettings
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.IObject
-
- omero.model.DetectorSettings
-
- All Implemented Interfaces:
Ice.Object
,java.io.Serializable
,java.lang.Cloneable
,_DetectorSettingsOperations
,_DetectorSettingsOperationsNC
,_IObjectOperations
,_IObjectOperationsNC
- Direct Known Subclasses:
_DetectorSettingsTie
,DetectorSettingsI
public abstract class DetectorSettings extends IObject implements _DetectorSettingsOperations, _DetectorSettingsOperationsNC
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]
__ids
protected Binning
binning
protected Detector
detector
protected RDouble
gain
protected RInt
integration
protected RDouble
offsetValue
protected Frequency
readOutRate
static long
serialVersionUID
protected RInt
version
protected ElectricPotential
voltage
protected RDouble
zoom
-
Constructor Summary
Constructors Constructor Description DetectorSettings()
DetectorSettings(RLong id, Details details, boolean loaded, RInt version, ElectricPotential voltage, RDouble gain, RDouble offsetValue, Frequency readOutRate, Binning binning, RInt integration, RDouble zoom, Detector detector)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Ice.DispatchStatus
___getBinning(DetectorSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getDetector(DetectorSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getGain(DetectorSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getIntegration(DetectorSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getOffsetValue(DetectorSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getReadOutRate(DetectorSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getVersion(DetectorSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getVoltage(DetectorSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getZoom(DetectorSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setBinning(DetectorSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setDetector(DetectorSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setGain(DetectorSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setIntegration(DetectorSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setOffsetValue(DetectorSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setReadOutRate(DetectorSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setVersion(DetectorSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setVoltage(DetectorSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setZoom(DetectorSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
Ice.DispatchStatus
__dispatch(IceInternal.Incoming in, Ice.Current __current)
protected void
__readImpl(IceInternal.BasicStream __is)
protected void
__writeImpl(IceInternal.BasicStream __os)
DetectorSettings
clone()
Binning
getBinning()
Detector
getDetector()
RDouble
getGain()
RInt
getIntegration()
RDouble
getOffsetValue()
Frequency
getReadOutRate()
RInt
getVersion()
ElectricPotential
getVoltage()
RDouble
getZoom()
java.lang.String
ice_id()
java.lang.String
ice_id(Ice.Current __current)
java.lang.String[]
ice_ids()
java.lang.String[]
ice_ids(Ice.Current __current)
boolean
ice_isA(java.lang.String s)
boolean
ice_isA(java.lang.String s, Ice.Current __current)
static java.lang.String
ice_staticId()
void
setBinning(Binning theBinning)
void
setDetector(Detector theDetector)
void
setGain(RDouble theGain)
void
setIntegration(RInt theIntegration)
void
setOffsetValue(RDouble theOffsetValue)
void
setReadOutRate(Frequency theReadOutRate)
void
setVersion(RInt theVersion)
void
setVoltage(ElectricPotential theVoltage)
void
setZoom(RDouble theZoom)
-
Methods inherited from class omero.model.IObject
___getDetails, ___getId, ___isAnnotated, ___isGlobal, ___isLink, ___isLoaded, ___isMutable, ___proxy, ___setId, ___shallowCopy, ___unload, ___unloadCollections, ___unloadDetails, getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
Methods inherited from class Ice.ObjectImpl
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface omero.model._DetectorSettingsOperations
getBinning, getDetector, getGain, getIntegration, getOffsetValue, getReadOutRate, getVersion, getVoltage, getZoom, setBinning, setDetector, setGain, setIntegration, setOffsetValue, setReadOutRate, setVersion, setVoltage, setZoom
-
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._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Field Detail
-
__ids
public static final java.lang.String[] __ids
-
version
protected RInt version
-
voltage
protected ElectricPotential voltage
-
gain
protected RDouble gain
-
offsetValue
protected RDouble offsetValue
-
readOutRate
protected Frequency readOutRate
-
binning
protected Binning binning
-
integration
protected RInt integration
-
zoom
protected RDouble zoom
-
detector
protected Detector detector
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
ice_isA
public boolean ice_isA(java.lang.String s)
-
ice_isA
public boolean ice_isA(java.lang.String s, Ice.Current __current)
-
ice_ids
public java.lang.String[] ice_ids()
-
ice_ids
public java.lang.String[] ice_ids(Ice.Current __current)
-
ice_id
public java.lang.String ice_id()
-
ice_id
public java.lang.String ice_id(Ice.Current __current)
-
ice_staticId
public static java.lang.String ice_staticId()
-
getBinning
public final Binning getBinning()
- Specified by:
getBinning
in interface_DetectorSettingsOperationsNC
-
getDetector
public final Detector getDetector()
- Specified by:
getDetector
in interface_DetectorSettingsOperationsNC
-
getGain
public final RDouble getGain()
- Specified by:
getGain
in interface_DetectorSettingsOperationsNC
-
getIntegration
public final RInt getIntegration()
- Specified by:
getIntegration
in interface_DetectorSettingsOperationsNC
-
getOffsetValue
public final RDouble getOffsetValue()
- Specified by:
getOffsetValue
in interface_DetectorSettingsOperationsNC
-
getReadOutRate
public final Frequency getReadOutRate()
- Specified by:
getReadOutRate
in interface_DetectorSettingsOperationsNC
-
getVersion
public final RInt getVersion()
- Specified by:
getVersion
in interface_DetectorSettingsOperationsNC
-
getVoltage
public final ElectricPotential getVoltage()
- Specified by:
getVoltage
in interface_DetectorSettingsOperationsNC
-
getZoom
public final RDouble getZoom()
- Specified by:
getZoom
in interface_DetectorSettingsOperationsNC
-
setBinning
public final void setBinning(Binning theBinning)
- Specified by:
setBinning
in interface_DetectorSettingsOperationsNC
-
setDetector
public final void setDetector(Detector theDetector)
- Specified by:
setDetector
in interface_DetectorSettingsOperationsNC
-
setGain
public final void setGain(RDouble theGain)
- Specified by:
setGain
in interface_DetectorSettingsOperationsNC
-
setIntegration
public final void setIntegration(RInt theIntegration)
- Specified by:
setIntegration
in interface_DetectorSettingsOperationsNC
-
setOffsetValue
public final void setOffsetValue(RDouble theOffsetValue)
- Specified by:
setOffsetValue
in interface_DetectorSettingsOperationsNC
-
setReadOutRate
public final void setReadOutRate(Frequency theReadOutRate)
- Specified by:
setReadOutRate
in interface_DetectorSettingsOperationsNC
-
setVersion
public final void setVersion(RInt theVersion)
- Specified by:
setVersion
in interface_DetectorSettingsOperationsNC
-
setVoltage
public final void setVoltage(ElectricPotential theVoltage)
- Specified by:
setVoltage
in interface_DetectorSettingsOperationsNC
-
setZoom
public final void setZoom(RDouble theZoom)
- Specified by:
setZoom
in interface_DetectorSettingsOperationsNC
-
___getVersion
public static Ice.DispatchStatus ___getVersion(DetectorSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setVersion
public static Ice.DispatchStatus ___setVersion(DetectorSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getVoltage
public static Ice.DispatchStatus ___getVoltage(DetectorSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setVoltage
public static Ice.DispatchStatus ___setVoltage(DetectorSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getGain
public static Ice.DispatchStatus ___getGain(DetectorSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setGain
public static Ice.DispatchStatus ___setGain(DetectorSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getOffsetValue
public static Ice.DispatchStatus ___getOffsetValue(DetectorSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setOffsetValue
public static Ice.DispatchStatus ___setOffsetValue(DetectorSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getReadOutRate
public static Ice.DispatchStatus ___getReadOutRate(DetectorSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setReadOutRate
public static Ice.DispatchStatus ___setReadOutRate(DetectorSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getBinning
public static Ice.DispatchStatus ___getBinning(DetectorSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setBinning
public static Ice.DispatchStatus ___setBinning(DetectorSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getIntegration
public static Ice.DispatchStatus ___getIntegration(DetectorSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setIntegration
public static Ice.DispatchStatus ___setIntegration(DetectorSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getZoom
public static Ice.DispatchStatus ___getZoom(DetectorSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setZoom
public static Ice.DispatchStatus ___setZoom(DetectorSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getDetector
public static Ice.DispatchStatus ___getDetector(DetectorSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setDetector
public static Ice.DispatchStatus ___setDetector(DetectorSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
__dispatch
public Ice.DispatchStatus __dispatch(IceInternal.Incoming in, Ice.Current __current)
- Specified by:
__dispatch
in interfaceIce.Object
- Overrides:
__dispatch
in classIObject
-
__writeImpl
protected void __writeImpl(IceInternal.BasicStream __os)
- Overrides:
__writeImpl
in classIObject
-
__readImpl
protected void __readImpl(IceInternal.BasicStream __is)
- Overrides:
__readImpl
in classIObject
-
clone
public DetectorSettings clone()
-
-