public interface _DetectorOperations extends _IObjectOperations
Modifier and Type | Method and Description |
---|---|
void |
addAllDetectorAnnotationLinkSet(java.util.List<DetectorAnnotationLink> targets,
Ice.Current __current) |
void |
addDetectorAnnotationLink(DetectorAnnotationLink target,
Ice.Current __current) |
void |
addDetectorAnnotationLinkToBoth(DetectorAnnotationLink link,
boolean bothSides,
Ice.Current __current) |
void |
clearAnnotationLinks(Ice.Current __current) |
java.util.List<DetectorAnnotationLink> |
copyAnnotationLinks(Ice.Current __current) |
java.util.List<DetectorAnnotationLink> |
findDetectorAnnotationLink(Annotation removal,
Ice.Current __current) |
RDouble |
getAmplificationGain(Ice.Current __current) |
java.util.Map<java.lang.Long,java.lang.Long> |
getAnnotationLinksCountPerOwner(Ice.Current __current) |
RDouble |
getGain(Ice.Current __current) |
Instrument |
getInstrument(Ice.Current __current) |
RString |
getLotNumber(Ice.Current __current) |
RString |
getManufacturer(Ice.Current __current) |
RString |
getModel(Ice.Current __current) |
RDouble |
getOffsetValue(Ice.Current __current) |
RString |
getSerialNumber(Ice.Current __current) |
DetectorType |
getType(Ice.Current __current) |
RInt |
getVersion(Ice.Current __current) |
ElectricPotential |
getVoltage(Ice.Current __current) |
RDouble |
getZoom(Ice.Current __current) |
DetectorAnnotationLink |
linkAnnotation(Annotation addition,
Ice.Current __current) |
java.util.List<Annotation> |
linkedAnnotationList(Ice.Current __current) |
void |
reloadAnnotationLinks(Detector toCopy,
Ice.Current __current) |
void |
removeAllDetectorAnnotationLinkSet(java.util.List<DetectorAnnotationLink> targets,
Ice.Current __current) |
void |
removeDetectorAnnotationLink(DetectorAnnotationLink theTarget,
Ice.Current __current) |
void |
removeDetectorAnnotationLinkFromBoth(DetectorAnnotationLink link,
boolean bothSides,
Ice.Current __current) |
void |
setAmplificationGain(RDouble theAmplificationGain,
Ice.Current __current) |
void |
setGain(RDouble theGain,
Ice.Current __current) |
void |
setInstrument(Instrument theInstrument,
Ice.Current __current) |
void |
setLotNumber(RString theLotNumber,
Ice.Current __current) |
void |
setManufacturer(RString theManufacturer,
Ice.Current __current) |
void |
setModel(RString theModel,
Ice.Current __current) |
void |
setOffsetValue(RDouble theOffsetValue,
Ice.Current __current) |
void |
setSerialNumber(RString theSerialNumber,
Ice.Current __current) |
void |
setType(DetectorType theType,
Ice.Current __current) |
void |
setVersion(RInt theVersion,
Ice.Current __current) |
void |
setVoltage(ElectricPotential theVoltage,
Ice.Current __current) |
void |
setZoom(RDouble theZoom,
Ice.Current __current) |
int |
sizeOfAnnotationLinks(Ice.Current __current) |
void |
unlinkAnnotation(Annotation removal,
Ice.Current __current) |
void |
unloadAnnotationLinks(Ice.Current __current) |
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
RInt getVersion(Ice.Current __current)
void setVersion(RInt theVersion, Ice.Current __current)
RString getManufacturer(Ice.Current __current)
void setManufacturer(RString theManufacturer, Ice.Current __current)
RString getModel(Ice.Current __current)
void setModel(RString theModel, Ice.Current __current)
RString getLotNumber(Ice.Current __current)
void setLotNumber(RString theLotNumber, Ice.Current __current)
RString getSerialNumber(Ice.Current __current)
void setSerialNumber(RString theSerialNumber, Ice.Current __current)
ElectricPotential getVoltage(Ice.Current __current)
void setVoltage(ElectricPotential theVoltage, Ice.Current __current)
RDouble getGain(Ice.Current __current)
void setGain(RDouble theGain, Ice.Current __current)
RDouble getOffsetValue(Ice.Current __current)
void setOffsetValue(RDouble theOffsetValue, Ice.Current __current)
RDouble getZoom(Ice.Current __current)
void setZoom(RDouble theZoom, Ice.Current __current)
RDouble getAmplificationGain(Ice.Current __current)
void setAmplificationGain(RDouble theAmplificationGain, Ice.Current __current)
DetectorType getType(Ice.Current __current)
void setType(DetectorType theType, Ice.Current __current)
Instrument getInstrument(Ice.Current __current)
void setInstrument(Instrument theInstrument, Ice.Current __current)
void unloadAnnotationLinks(Ice.Current __current)
int sizeOfAnnotationLinks(Ice.Current __current)
java.util.List<DetectorAnnotationLink> copyAnnotationLinks(Ice.Current __current)
void addDetectorAnnotationLink(DetectorAnnotationLink target, Ice.Current __current)
void addAllDetectorAnnotationLinkSet(java.util.List<DetectorAnnotationLink> targets, Ice.Current __current)
void removeDetectorAnnotationLink(DetectorAnnotationLink theTarget, Ice.Current __current)
void removeAllDetectorAnnotationLinkSet(java.util.List<DetectorAnnotationLink> targets, Ice.Current __current)
void clearAnnotationLinks(Ice.Current __current)
void reloadAnnotationLinks(Detector toCopy, Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
DetectorAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
void addDetectorAnnotationLinkToBoth(DetectorAnnotationLink link, boolean bothSides, Ice.Current __current)
java.util.List<DetectorAnnotationLink> findDetectorAnnotationLink(Annotation removal, Ice.Current __current)
void unlinkAnnotation(Annotation removal, Ice.Current __current)
void removeDetectorAnnotationLinkFromBoth(DetectorAnnotationLink link, boolean bothSides, Ice.Current __current)
java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)