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