Package omero.model
Interface _OTFOperations
-
- All Superinterfaces:
_IObjectOperations
public interface _OTFOperations extends _IObjectOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FilterSetgetFilterSet(Ice.Current __current)InstrumentgetInstrument(Ice.Current __current)ObjectivegetObjective(Ice.Current __current)RBoolgetOpticalAxisAveraged(Ice.Current __current)RStringgetPath(Ice.Current __current)PixelsTypegetPixelsType(Ice.Current __current)RIntgetSizeX(Ice.Current __current)RIntgetSizeY(Ice.Current __current)RIntgetVersion(Ice.Current __current)voidsetFilterSet(FilterSet theFilterSet, Ice.Current __current)voidsetInstrument(Instrument theInstrument, Ice.Current __current)voidsetObjective(Objective theObjective, Ice.Current __current)voidsetOpticalAxisAveraged(RBool theOpticalAxisAveraged, Ice.Current __current)voidsetPath(RString thePath, Ice.Current __current)voidsetPixelsType(PixelsType thePixelsType, Ice.Current __current)voidsetSizeX(RInt theSizeX, Ice.Current __current)voidsetSizeY(RInt theSizeY, 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)
-
getSizeX
RInt getSizeX(Ice.Current __current)
-
setSizeX
void setSizeX(RInt theSizeX, Ice.Current __current)
-
getSizeY
RInt getSizeY(Ice.Current __current)
-
setSizeY
void setSizeY(RInt theSizeY, Ice.Current __current)
-
getOpticalAxisAveraged
RBool getOpticalAxisAveraged(Ice.Current __current)
-
setOpticalAxisAveraged
void setOpticalAxisAveraged(RBool theOpticalAxisAveraged, Ice.Current __current)
-
getPixelsType
PixelsType getPixelsType(Ice.Current __current)
-
setPixelsType
void setPixelsType(PixelsType thePixelsType, Ice.Current __current)
-
getPath
RString getPath(Ice.Current __current)
-
setPath
void setPath(RString thePath, Ice.Current __current)
-
getFilterSet
FilterSet getFilterSet(Ice.Current __current)
-
setFilterSet
void setFilterSet(FilterSet theFilterSet, Ice.Current __current)
-
getObjective
Objective getObjective(Ice.Current __current)
-
setObjective
void setObjective(Objective theObjective, Ice.Current __current)
-
getInstrument
Instrument getInstrument(Ice.Current __current)
-
setInstrument
void setInstrument(Instrument theInstrument, Ice.Current __current)
-
-