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