Package omero.model
Interface _QuantumDefOperations
-
- All Superinterfaces:
_IObjectOperations
- All Known Implementing Classes:
_QuantumDefTie
,QuantumDef
,QuantumDefI
public interface _QuantumDefOperations extends _IObjectOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RInt
getBitResolution(Ice.Current __current)
RInt
getCdEnd(Ice.Current __current)
RInt
getCdStart(Ice.Current __current)
RInt
getVersion(Ice.Current __current)
void
setBitResolution(RInt theBitResolution, Ice.Current __current)
void
setCdEnd(RInt theCdEnd, Ice.Current __current)
void
setCdStart(RInt theCdStart, 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)
-
getCdStart
RInt getCdStart(Ice.Current __current)
-
setCdStart
void setCdStart(RInt theCdStart, Ice.Current __current)
-
getCdEnd
RInt getCdEnd(Ice.Current __current)
-
setCdEnd
void setCdEnd(RInt theCdEnd, Ice.Current __current)
-
getBitResolution
RInt getBitResolution(Ice.Current __current)
-
setBitResolution
void setBitResolution(RInt theBitResolution, Ice.Current __current)
-
-