Package omero.model
Interface _ObjectiveSettingsOperations
-
- All Superinterfaces:
_IObjectOperations
- All Known Implementing Classes:
_ObjectiveSettingsTie
,ObjectiveSettings
,ObjectiveSettingsI
public interface _ObjectiveSettingsOperations extends _IObjectOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RDouble
getCorrectionCollar(Ice.Current __current)
Medium
getMedium(Ice.Current __current)
Objective
getObjective(Ice.Current __current)
RDouble
getRefractiveIndex(Ice.Current __current)
RInt
getVersion(Ice.Current __current)
void
setCorrectionCollar(RDouble theCorrectionCollar, Ice.Current __current)
void
setMedium(Medium theMedium, Ice.Current __current)
void
setObjective(Objective theObjective, Ice.Current __current)
void
setRefractiveIndex(RDouble theRefractiveIndex, 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)
-
getCorrectionCollar
RDouble getCorrectionCollar(Ice.Current __current)
-
setCorrectionCollar
void setCorrectionCollar(RDouble theCorrectionCollar, Ice.Current __current)
-
getMedium
Medium getMedium(Ice.Current __current)
-
setMedium
void setMedium(Medium theMedium, Ice.Current __current)
-
getRefractiveIndex
RDouble getRefractiveIndex(Ice.Current __current)
-
setRefractiveIndex
void setRefractiveIndex(RDouble theRefractiveIndex, Ice.Current __current)
-
getObjective
Objective getObjective(Ice.Current __current)
-
setObjective
void setObjective(Objective theObjective, Ice.Current __current)
-
-