Package omero.model
Interface _GenericExcitationSourceOperations
-
- All Superinterfaces:
_IObjectOperations
,_LightSourceOperations
- All Known Implementing Classes:
_GenericExcitationSourceTie
,GenericExcitationSource
,GenericExcitationSourceI
public interface _GenericExcitationSourceOperations extends _LightSourceOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<NamedValue>
getMap(Ice.Current __current)
java.util.Map<java.lang.String,java.lang.String>
getMapAsMap(Ice.Current __current)
void
setMap(java.util.List<NamedValue> theMap, 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
-
getMapAsMap
java.util.Map<java.lang.String,java.lang.String> getMapAsMap(Ice.Current __current)
-
getMap
java.util.List<NamedValue> getMap(Ice.Current __current)
-
setMap
void setMap(java.util.List<NamedValue> theMap, Ice.Current __current)
-
-