Package omero.model
Interface _LongAnnotationOperationsNC
-
- All Superinterfaces:
_AnnotationOperationsNC
,_BasicAnnotationOperationsNC
,_IObjectOperationsNC
,_NumericAnnotationOperationsNC
- All Known Implementing Classes:
_LongAnnotationTie
,LongAnnotation
,LongAnnotationI
public interface _LongAnnotationOperationsNC extends _NumericAnnotationOperationsNC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RLong
getLongValue()
void
setLongValue(RLong theLongValue)
-
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
-
-