Package omero.model
Interface _PixelsTypeOperationsNC
-
- All Superinterfaces:
_IObjectOperationsNC
- All Known Implementing Classes:
_PixelsTypeTie
,PixelsType
,PixelsTypeI
public interface _PixelsTypeOperationsNC extends _IObjectOperationsNC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RInt
getBitSize()
RString
getValue()
void
setBitSize(RInt theBitSize)
void
setValue(RString theValue)
-
Methods inherited from interface omero.model._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-