Package omero.model
Interface _CodomainMapContextOperations
-
- All Superinterfaces:
_IObjectOperations
- All Known Subinterfaces:
_ContrastStretchingContextOperations
,_PlaneSlicingContextOperations
,_ReverseIntensityContextOperations
- All Known Implementing Classes:
_CodomainMapContextTie
,_ContrastStretchingContextTie
,_PlaneSlicingContextTie
,_ReverseIntensityContextTie
,CodomainMapContext
,ContrastStretchingContext
,ContrastStretchingContextI
,PlaneSlicingContext
,PlaneSlicingContextI
,ReverseIntensityContext
,ReverseIntensityContextI
public interface _CodomainMapContextOperations extends _IObjectOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChannelBinding
getChannelBinding(Ice.Current __current)
RInt
getVersion(Ice.Current __current)
void
setChannelBinding(ChannelBinding theChannelBinding, 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)
-
getChannelBinding
ChannelBinding getChannelBinding(Ice.Current __current)
-
setChannelBinding
void setChannelBinding(ChannelBinding theChannelBinding, Ice.Current __current)
-
-