Package omero.model
Interface _CodomainMapContextOperationsNC
-
- All Superinterfaces:
_IObjectOperationsNC
- All Known Subinterfaces:
_ContrastStretchingContextOperationsNC
,_PlaneSlicingContextOperationsNC
,_ReverseIntensityContextOperationsNC
- All Known Implementing Classes:
_CodomainMapContextTie
,_ContrastStretchingContextTie
,_PlaneSlicingContextTie
,_ReverseIntensityContextTie
,CodomainMapContext
,ContrastStretchingContext
,ContrastStretchingContextI
,PlaneSlicingContext
,PlaneSlicingContextI
,ReverseIntensityContext
,ReverseIntensityContextI
public interface _CodomainMapContextOperationsNC extends _IObjectOperationsNC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChannelBinding
getChannelBinding()
RInt
getVersion()
void
setChannelBinding(ChannelBinding theChannelBinding)
void
setVersion(RInt theVersion)
-
Methods inherited from interface omero.model._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Method Detail
-
getVersion
RInt getVersion()
-
setVersion
void setVersion(RInt theVersion)
-
getChannelBinding
ChannelBinding getChannelBinding()
-
setChannelBinding
void setChannelBinding(ChannelBinding theChannelBinding)
-
-