Package omero.model
Interface _TextAnnotationOperationsNC
-
- All Superinterfaces:
_AnnotationOperationsNC
,_IObjectOperationsNC
- All Known Subinterfaces:
_CommentAnnotationOperationsNC
,_TagAnnotationOperationsNC
,_XmlAnnotationOperationsNC
- All Known Implementing Classes:
_CommentAnnotationTie
,_TagAnnotationTie
,_TextAnnotationTie
,_XmlAnnotationTie
,CommentAnnotation
,CommentAnnotationI
,TagAnnotation
,TagAnnotationI
,TextAnnotation
,XmlAnnotation
,XmlAnnotationI
public interface _TextAnnotationOperationsNC extends _AnnotationOperationsNC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RString
getTextValue()
void
setTextValue(RString theTextValue)
-
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
-
-