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 RDoublegetGlobalMax(Ice.Current __current)RDoublegetGlobalMin(Ice.Current __current)RIntgetVersion(Ice.Current __current)voidsetGlobalMax(RDouble theGlobalMax, Ice.Current __current)voidsetGlobalMin(RDouble theGlobalMin, Ice.Current __current)voidsetVersion(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)
-
-