Package omero.model
Interface _StatsInfoOperationsNC
-
- All Superinterfaces:
_IObjectOperationsNC
- All Known Implementing Classes:
_StatsInfoTie
,StatsInfo
,StatsInfoI
public interface _StatsInfoOperationsNC extends _IObjectOperationsNC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RDouble
getGlobalMax()
RDouble
getGlobalMin()
RInt
getVersion()
void
setGlobalMax(RDouble theGlobalMax)
void
setGlobalMin(RDouble theGlobalMin)
void
setVersion(RInt theVersion)
-
Methods inherited from interface omero.model._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-