Package omero.model
Class Detector
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.IObject
-
- omero.model.Detector
-
- All Implemented Interfaces:
Ice.Object
,java.io.Serializable
,java.lang.Cloneable
,_DetectorOperations
,_DetectorOperationsNC
,_IObjectOperations
,_IObjectOperationsNC
- Direct Known Subclasses:
_DetectorTie
,DetectorI
public abstract class Detector extends IObject implements _DetectorOperations, _DetectorOperationsNC
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]
__ids
protected RDouble
amplificationGain
protected java.util.Map<java.lang.Long,java.lang.Long>
annotationLinksCountPerOwner
protected boolean
annotationLinksLoaded
protected java.util.List<DetectorAnnotationLink>
annotationLinksSeq
protected RDouble
gain
protected Instrument
instrument
protected RString
lotNumber
protected RString
manufacturer
protected RString
model
protected RDouble
offsetValue
protected RString
serialNumber
static long
serialVersionUID
protected DetectorType
type
protected RInt
version
protected ElectricPotential
voltage
protected RDouble
zoom
-
Constructor Summary
Constructors Constructor Description Detector()
Detector(RLong id, Details details, boolean loaded, RInt version, RString manufacturer, RString model, RString lotNumber, RString serialNumber, ElectricPotential voltage, RDouble gain, RDouble offsetValue, RDouble zoom, RDouble amplificationGain, DetectorType type, Instrument instrument, java.util.List<DetectorAnnotationLink> annotationLinksSeq, boolean annotationLinksLoaded, java.util.Map<java.lang.Long,java.lang.Long> annotationLinksCountPerOwner)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Ice.DispatchStatus
___addAllDetectorAnnotationLinkSet(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___addDetectorAnnotationLink(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___addDetectorAnnotationLinkToBoth(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___clearAnnotationLinks(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___copyAnnotationLinks(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___findDetectorAnnotationLink(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getAmplificationGain(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getAnnotationLinksCountPerOwner(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getGain(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getInstrument(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getLotNumber(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getManufacturer(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getModel(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getOffsetValue(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getSerialNumber(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getType(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getVersion(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getVoltage(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getZoom(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___linkAnnotation(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___linkedAnnotationList(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___reloadAnnotationLinks(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___removeAllDetectorAnnotationLinkSet(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___removeDetectorAnnotationLink(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___removeDetectorAnnotationLinkFromBoth(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setAmplificationGain(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setGain(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setInstrument(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setLotNumber(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setManufacturer(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setModel(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setOffsetValue(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setSerialNumber(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setType(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setVersion(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setVoltage(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setZoom(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___sizeOfAnnotationLinks(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___unlinkAnnotation(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___unloadAnnotationLinks(Detector __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)
void
addAllDetectorAnnotationLinkSet(java.util.List<DetectorAnnotationLink> targets)
void
addDetectorAnnotationLink(DetectorAnnotationLink target)
void
addDetectorAnnotationLinkToBoth(DetectorAnnotationLink link, boolean bothSides)
void
clearAnnotationLinks()
Detector
clone()
java.util.List<DetectorAnnotationLink>
copyAnnotationLinks()
java.util.List<DetectorAnnotationLink>
findDetectorAnnotationLink(Annotation removal)
RDouble
getAmplificationGain()
java.util.Map<java.lang.Long,java.lang.Long>
getAnnotationLinksCountPerOwner()
RDouble
getGain()
Instrument
getInstrument()
RString
getLotNumber()
RString
getManufacturer()
RString
getModel()
RDouble
getOffsetValue()
RString
getSerialNumber()
DetectorType
getType()
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()
DetectorAnnotationLink
linkAnnotation(Annotation addition)
java.util.List<Annotation>
linkedAnnotationList()
void
reloadAnnotationLinks(Detector toCopy)
void
removeAllDetectorAnnotationLinkSet(java.util.List<DetectorAnnotationLink> targets)
void
removeDetectorAnnotationLink(DetectorAnnotationLink theTarget)
void
removeDetectorAnnotationLinkFromBoth(DetectorAnnotationLink link, boolean bothSides)
void
setAmplificationGain(RDouble theAmplificationGain)
void
setGain(RDouble theGain)
void
setInstrument(Instrument theInstrument)
void
setLotNumber(RString theLotNumber)
void
setManufacturer(RString theManufacturer)
void
setModel(RString theModel)
void
setOffsetValue(RDouble theOffsetValue)
void
setSerialNumber(RString theSerialNumber)
void
setType(DetectorType theType)
void
setVersion(RInt theVersion)
void
setVoltage(ElectricPotential theVoltage)
void
setZoom(RDouble theZoom)
int
sizeOfAnnotationLinks()
void
unlinkAnnotation(Annotation removal)
void
unloadAnnotationLinks()
-
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._DetectorOperations
addAllDetectorAnnotationLinkSet, addDetectorAnnotationLink, addDetectorAnnotationLinkToBoth, clearAnnotationLinks, copyAnnotationLinks, findDetectorAnnotationLink, getAmplificationGain, getAnnotationLinksCountPerOwner, getGain, getInstrument, getLotNumber, getManufacturer, getModel, getOffsetValue, getSerialNumber, getType, getVersion, getVoltage, getZoom, linkAnnotation, linkedAnnotationList, reloadAnnotationLinks, removeAllDetectorAnnotationLinkSet, removeDetectorAnnotationLink, removeDetectorAnnotationLinkFromBoth, setAmplificationGain, setGain, setInstrument, setLotNumber, setManufacturer, setModel, setOffsetValue, setSerialNumber, setType, setVersion, setVoltage, setZoom, sizeOfAnnotationLinks, unlinkAnnotation, unloadAnnotationLinks
-
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
-
manufacturer
protected RString manufacturer
-
model
protected RString model
-
lotNumber
protected RString lotNumber
-
serialNumber
protected RString serialNumber
-
voltage
protected ElectricPotential voltage
-
gain
protected RDouble gain
-
offsetValue
protected RDouble offsetValue
-
zoom
protected RDouble zoom
-
amplificationGain
protected RDouble amplificationGain
-
type
protected DetectorType type
-
instrument
protected Instrument instrument
-
annotationLinksSeq
protected java.util.List<DetectorAnnotationLink> annotationLinksSeq
-
annotationLinksLoaded
protected boolean annotationLinksLoaded
-
annotationLinksCountPerOwner
protected java.util.Map<java.lang.Long,java.lang.Long> annotationLinksCountPerOwner
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Detector
public Detector()
-
Detector
public Detector(RLong id, Details details, boolean loaded, RInt version, RString manufacturer, RString model, RString lotNumber, RString serialNumber, ElectricPotential voltage, RDouble gain, RDouble offsetValue, RDouble zoom, RDouble amplificationGain, DetectorType type, Instrument instrument, java.util.List<DetectorAnnotationLink> annotationLinksSeq, boolean annotationLinksLoaded, java.util.Map<java.lang.Long,java.lang.Long> annotationLinksCountPerOwner)
-
-
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()
-
addAllDetectorAnnotationLinkSet
public final void addAllDetectorAnnotationLinkSet(java.util.List<DetectorAnnotationLink> targets)
- Specified by:
addAllDetectorAnnotationLinkSet
in interface_DetectorOperationsNC
-
addDetectorAnnotationLink
public final void addDetectorAnnotationLink(DetectorAnnotationLink target)
- Specified by:
addDetectorAnnotationLink
in interface_DetectorOperationsNC
-
addDetectorAnnotationLinkToBoth
public final void addDetectorAnnotationLinkToBoth(DetectorAnnotationLink link, boolean bothSides)
- Specified by:
addDetectorAnnotationLinkToBoth
in interface_DetectorOperationsNC
-
clearAnnotationLinks
public final void clearAnnotationLinks()
- Specified by:
clearAnnotationLinks
in interface_DetectorOperationsNC
-
copyAnnotationLinks
public final java.util.List<DetectorAnnotationLink> copyAnnotationLinks()
- Specified by:
copyAnnotationLinks
in interface_DetectorOperationsNC
-
findDetectorAnnotationLink
public final java.util.List<DetectorAnnotationLink> findDetectorAnnotationLink(Annotation removal)
- Specified by:
findDetectorAnnotationLink
in interface_DetectorOperationsNC
-
getAmplificationGain
public final RDouble getAmplificationGain()
- Specified by:
getAmplificationGain
in interface_DetectorOperationsNC
-
getAnnotationLinksCountPerOwner
public final java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner()
- Specified by:
getAnnotationLinksCountPerOwner
in interface_DetectorOperationsNC
-
getGain
public final RDouble getGain()
- Specified by:
getGain
in interface_DetectorOperationsNC
-
getInstrument
public final Instrument getInstrument()
- Specified by:
getInstrument
in interface_DetectorOperationsNC
-
getLotNumber
public final RString getLotNumber()
- Specified by:
getLotNumber
in interface_DetectorOperationsNC
-
getManufacturer
public final RString getManufacturer()
- Specified by:
getManufacturer
in interface_DetectorOperationsNC
-
getModel
public final RString getModel()
- Specified by:
getModel
in interface_DetectorOperationsNC
-
getOffsetValue
public final RDouble getOffsetValue()
- Specified by:
getOffsetValue
in interface_DetectorOperationsNC
-
getSerialNumber
public final RString getSerialNumber()
- Specified by:
getSerialNumber
in interface_DetectorOperationsNC
-
getType
public final DetectorType getType()
- Specified by:
getType
in interface_DetectorOperationsNC
-
getVersion
public final RInt getVersion()
- Specified by:
getVersion
in interface_DetectorOperationsNC
-
getVoltage
public final ElectricPotential getVoltage()
- Specified by:
getVoltage
in interface_DetectorOperationsNC
-
getZoom
public final RDouble getZoom()
- Specified by:
getZoom
in interface_DetectorOperationsNC
-
linkAnnotation
public final DetectorAnnotationLink linkAnnotation(Annotation addition)
- Specified by:
linkAnnotation
in interface_DetectorOperationsNC
-
linkedAnnotationList
public final java.util.List<Annotation> linkedAnnotationList()
- Specified by:
linkedAnnotationList
in interface_DetectorOperationsNC
-
reloadAnnotationLinks
public final void reloadAnnotationLinks(Detector toCopy)
- Specified by:
reloadAnnotationLinks
in interface_DetectorOperationsNC
-
removeAllDetectorAnnotationLinkSet
public final void removeAllDetectorAnnotationLinkSet(java.util.List<DetectorAnnotationLink> targets)
- Specified by:
removeAllDetectorAnnotationLinkSet
in interface_DetectorOperationsNC
-
removeDetectorAnnotationLink
public final void removeDetectorAnnotationLink(DetectorAnnotationLink theTarget)
- Specified by:
removeDetectorAnnotationLink
in interface_DetectorOperationsNC
-
removeDetectorAnnotationLinkFromBoth
public final void removeDetectorAnnotationLinkFromBoth(DetectorAnnotationLink link, boolean bothSides)
- Specified by:
removeDetectorAnnotationLinkFromBoth
in interface_DetectorOperationsNC
-
setAmplificationGain
public final void setAmplificationGain(RDouble theAmplificationGain)
- Specified by:
setAmplificationGain
in interface_DetectorOperationsNC
-
setGain
public final void setGain(RDouble theGain)
- Specified by:
setGain
in interface_DetectorOperationsNC
-
setInstrument
public final void setInstrument(Instrument theInstrument)
- Specified by:
setInstrument
in interface_DetectorOperationsNC
-
setLotNumber
public final void setLotNumber(RString theLotNumber)
- Specified by:
setLotNumber
in interface_DetectorOperationsNC
-
setManufacturer
public final void setManufacturer(RString theManufacturer)
- Specified by:
setManufacturer
in interface_DetectorOperationsNC
-
setModel
public final void setModel(RString theModel)
- Specified by:
setModel
in interface_DetectorOperationsNC
-
setOffsetValue
public final void setOffsetValue(RDouble theOffsetValue)
- Specified by:
setOffsetValue
in interface_DetectorOperationsNC
-
setSerialNumber
public final void setSerialNumber(RString theSerialNumber)
- Specified by:
setSerialNumber
in interface_DetectorOperationsNC
-
setType
public final void setType(DetectorType theType)
- Specified by:
setType
in interface_DetectorOperationsNC
-
setVersion
public final void setVersion(RInt theVersion)
- Specified by:
setVersion
in interface_DetectorOperationsNC
-
setVoltage
public final void setVoltage(ElectricPotential theVoltage)
- Specified by:
setVoltage
in interface_DetectorOperationsNC
-
setZoom
public final void setZoom(RDouble theZoom)
- Specified by:
setZoom
in interface_DetectorOperationsNC
-
sizeOfAnnotationLinks
public final int sizeOfAnnotationLinks()
- Specified by:
sizeOfAnnotationLinks
in interface_DetectorOperationsNC
-
unlinkAnnotation
public final void unlinkAnnotation(Annotation removal)
- Specified by:
unlinkAnnotation
in interface_DetectorOperationsNC
-
unloadAnnotationLinks
public final void unloadAnnotationLinks()
- Specified by:
unloadAnnotationLinks
in interface_DetectorOperationsNC
-
___getVersion
public static Ice.DispatchStatus ___getVersion(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setVersion
public static Ice.DispatchStatus ___setVersion(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getManufacturer
public static Ice.DispatchStatus ___getManufacturer(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setManufacturer
public static Ice.DispatchStatus ___setManufacturer(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getModel
public static Ice.DispatchStatus ___getModel(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setModel
public static Ice.DispatchStatus ___setModel(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getLotNumber
public static Ice.DispatchStatus ___getLotNumber(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setLotNumber
public static Ice.DispatchStatus ___setLotNumber(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getSerialNumber
public static Ice.DispatchStatus ___getSerialNumber(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setSerialNumber
public static Ice.DispatchStatus ___setSerialNumber(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getVoltage
public static Ice.DispatchStatus ___getVoltage(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setVoltage
public static Ice.DispatchStatus ___setVoltage(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getGain
public static Ice.DispatchStatus ___getGain(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setGain
public static Ice.DispatchStatus ___setGain(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getOffsetValue
public static Ice.DispatchStatus ___getOffsetValue(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setOffsetValue
public static Ice.DispatchStatus ___setOffsetValue(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getZoom
public static Ice.DispatchStatus ___getZoom(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setZoom
public static Ice.DispatchStatus ___setZoom(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getAmplificationGain
public static Ice.DispatchStatus ___getAmplificationGain(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setAmplificationGain
public static Ice.DispatchStatus ___setAmplificationGain(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getType
public static Ice.DispatchStatus ___getType(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setType
public static Ice.DispatchStatus ___setType(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getInstrument
public static Ice.DispatchStatus ___getInstrument(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setInstrument
public static Ice.DispatchStatus ___setInstrument(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___unloadAnnotationLinks
public static Ice.DispatchStatus ___unloadAnnotationLinks(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___sizeOfAnnotationLinks
public static Ice.DispatchStatus ___sizeOfAnnotationLinks(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___copyAnnotationLinks
public static Ice.DispatchStatus ___copyAnnotationLinks(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___addDetectorAnnotationLink
public static Ice.DispatchStatus ___addDetectorAnnotationLink(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___addAllDetectorAnnotationLinkSet
public static Ice.DispatchStatus ___addAllDetectorAnnotationLinkSet(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___removeDetectorAnnotationLink
public static Ice.DispatchStatus ___removeDetectorAnnotationLink(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___removeAllDetectorAnnotationLinkSet
public static Ice.DispatchStatus ___removeAllDetectorAnnotationLinkSet(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___clearAnnotationLinks
public static Ice.DispatchStatus ___clearAnnotationLinks(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___reloadAnnotationLinks
public static Ice.DispatchStatus ___reloadAnnotationLinks(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getAnnotationLinksCountPerOwner
public static Ice.DispatchStatus ___getAnnotationLinksCountPerOwner(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___linkAnnotation
public static Ice.DispatchStatus ___linkAnnotation(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___addDetectorAnnotationLinkToBoth
public static Ice.DispatchStatus ___addDetectorAnnotationLinkToBoth(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___findDetectorAnnotationLink
public static Ice.DispatchStatus ___findDetectorAnnotationLink(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___unlinkAnnotation
public static Ice.DispatchStatus ___unlinkAnnotation(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___removeDetectorAnnotationLinkFromBoth
public static Ice.DispatchStatus ___removeDetectorAnnotationLinkFromBoth(Detector __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___linkedAnnotationList
public static Ice.DispatchStatus ___linkedAnnotationList(Detector __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
-
-