Package omero.model
Interface _MapAnnotationOperationsNC
-
- All Superinterfaces:
_AnnotationOperationsNC
,_IObjectOperationsNC
- All Known Implementing Classes:
_MapAnnotationTie
,MapAnnotation
,MapAnnotationI
public interface _MapAnnotationOperationsNC extends _AnnotationOperationsNC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<NamedValue>
getMapValue()
java.util.Map<java.lang.String,java.lang.String>
getMapValueAsMap()
void
setMapValue(java.util.List<NamedValue> theMapValue)
-
Methods inherited from interface omero.model._AnnotationOperationsNC
addAllAnnotationAnnotationLinkSet, addAnnotationAnnotationLink, addAnnotationAnnotationLinkToBoth, clearAnnotationLinks, copyAnnotationLinks, findAnnotationAnnotationLink, getAnnotationLinksCountPerOwner, getDescription, getName, getNs, getVersion, linkAnnotation, linkedAnnotationList, reloadAnnotationLinks, removeAllAnnotationAnnotationLinkSet, removeAnnotationAnnotationLink, removeAnnotationAnnotationLinkFromBoth, setDescription, setName, setNs, setVersion, sizeOfAnnotationLinks, unlinkAnnotation, unloadAnnotationLinks
-
Methods inherited from interface omero.model._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Method Detail
-
getMapValueAsMap
java.util.Map<java.lang.String,java.lang.String> getMapValueAsMap()
-
getMapValue
java.util.List<NamedValue> getMapValue()
-
setMapValue
void setMapValue(java.util.List<NamedValue> theMapValue)
-
-