Package omero.model
Class ObjectiveSettings
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.IObject
-
- omero.model.ObjectiveSettings
-
- All Implemented Interfaces:
Ice.Object
,java.io.Serializable
,java.lang.Cloneable
,_IObjectOperations
,_IObjectOperationsNC
,_ObjectiveSettingsOperations
,_ObjectiveSettingsOperationsNC
- Direct Known Subclasses:
_ObjectiveSettingsTie
,ObjectiveSettingsI
public abstract class ObjectiveSettings extends IObject implements _ObjectiveSettingsOperations, _ObjectiveSettingsOperationsNC
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]
__ids
protected RDouble
correctionCollar
protected Medium
medium
protected Objective
objective
protected RDouble
refractiveIndex
static long
serialVersionUID
protected RInt
version
-
Constructor Summary
Constructors Constructor Description ObjectiveSettings()
ObjectiveSettings(RLong id, Details details, boolean loaded, RInt version, RDouble correctionCollar, Medium medium, RDouble refractiveIndex, Objective objective)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Ice.DispatchStatus
___getCorrectionCollar(ObjectiveSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getMedium(ObjectiveSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getObjective(ObjectiveSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getRefractiveIndex(ObjectiveSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getVersion(ObjectiveSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setCorrectionCollar(ObjectiveSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setMedium(ObjectiveSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setObjective(ObjectiveSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setRefractiveIndex(ObjectiveSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setVersion(ObjectiveSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
Ice.DispatchStatus
__dispatch(IceInternal.Incoming in, Ice.Current __current)
protected void
__readImpl(IceInternal.BasicStream __is)
protected void
__writeImpl(IceInternal.BasicStream __os)
ObjectiveSettings
clone()
RDouble
getCorrectionCollar()
Medium
getMedium()
Objective
getObjective()
RDouble
getRefractiveIndex()
RInt
getVersion()
java.lang.String
ice_id()
java.lang.String
ice_id(Ice.Current __current)
java.lang.String[]
ice_ids()
java.lang.String[]
ice_ids(Ice.Current __current)
boolean
ice_isA(java.lang.String s)
boolean
ice_isA(java.lang.String s, Ice.Current __current)
static java.lang.String
ice_staticId()
void
setCorrectionCollar(RDouble theCorrectionCollar)
void
setMedium(Medium theMedium)
void
setObjective(Objective theObjective)
void
setRefractiveIndex(RDouble theRefractiveIndex)
void
setVersion(RInt theVersion)
-
Methods inherited from class omero.model.IObject
___getDetails, ___getId, ___isAnnotated, ___isGlobal, ___isLink, ___isLoaded, ___isMutable, ___proxy, ___setId, ___shallowCopy, ___unload, ___unloadCollections, ___unloadDetails, getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
Methods inherited from class Ice.ObjectImpl
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface omero.model._IObjectOperations
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
Methods inherited from interface omero.model._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
Methods inherited from interface omero.model._ObjectiveSettingsOperations
getCorrectionCollar, getMedium, getObjective, getRefractiveIndex, getVersion, setCorrectionCollar, setMedium, setObjective, setRefractiveIndex, setVersion
-
-
-
-
Field Detail
-
__ids
public static final java.lang.String[] __ids
-
version
protected RInt version
-
correctionCollar
protected RDouble correctionCollar
-
medium
protected Medium medium
-
refractiveIndex
protected RDouble refractiveIndex
-
objective
protected Objective objective
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
ice_isA
public boolean ice_isA(java.lang.String s)
-
ice_isA
public boolean ice_isA(java.lang.String s, Ice.Current __current)
-
ice_ids
public java.lang.String[] ice_ids()
-
ice_ids
public java.lang.String[] ice_ids(Ice.Current __current)
-
ice_id
public java.lang.String ice_id()
-
ice_id
public java.lang.String ice_id(Ice.Current __current)
-
ice_staticId
public static java.lang.String ice_staticId()
-
getCorrectionCollar
public final RDouble getCorrectionCollar()
- Specified by:
getCorrectionCollar
in interface_ObjectiveSettingsOperationsNC
-
getMedium
public final Medium getMedium()
- Specified by:
getMedium
in interface_ObjectiveSettingsOperationsNC
-
getObjective
public final Objective getObjective()
- Specified by:
getObjective
in interface_ObjectiveSettingsOperationsNC
-
getRefractiveIndex
public final RDouble getRefractiveIndex()
- Specified by:
getRefractiveIndex
in interface_ObjectiveSettingsOperationsNC
-
getVersion
public final RInt getVersion()
- Specified by:
getVersion
in interface_ObjectiveSettingsOperationsNC
-
setCorrectionCollar
public final void setCorrectionCollar(RDouble theCorrectionCollar)
- Specified by:
setCorrectionCollar
in interface_ObjectiveSettingsOperationsNC
-
setMedium
public final void setMedium(Medium theMedium)
- Specified by:
setMedium
in interface_ObjectiveSettingsOperationsNC
-
setObjective
public final void setObjective(Objective theObjective)
- Specified by:
setObjective
in interface_ObjectiveSettingsOperationsNC
-
setRefractiveIndex
public final void setRefractiveIndex(RDouble theRefractiveIndex)
- Specified by:
setRefractiveIndex
in interface_ObjectiveSettingsOperationsNC
-
setVersion
public final void setVersion(RInt theVersion)
- Specified by:
setVersion
in interface_ObjectiveSettingsOperationsNC
-
___getVersion
public static Ice.DispatchStatus ___getVersion(ObjectiveSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setVersion
public static Ice.DispatchStatus ___setVersion(ObjectiveSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getCorrectionCollar
public static Ice.DispatchStatus ___getCorrectionCollar(ObjectiveSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setCorrectionCollar
public static Ice.DispatchStatus ___setCorrectionCollar(ObjectiveSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getMedium
public static Ice.DispatchStatus ___getMedium(ObjectiveSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setMedium
public static Ice.DispatchStatus ___setMedium(ObjectiveSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getRefractiveIndex
public static Ice.DispatchStatus ___getRefractiveIndex(ObjectiveSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setRefractiveIndex
public static Ice.DispatchStatus ___setRefractiveIndex(ObjectiveSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getObjective
public static Ice.DispatchStatus ___getObjective(ObjectiveSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setObjective
public static Ice.DispatchStatus ___setObjective(ObjectiveSettings __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
__dispatch
public Ice.DispatchStatus __dispatch(IceInternal.Incoming in, Ice.Current __current)
- Specified by:
__dispatch
in interfaceIce.Object
- Overrides:
__dispatch
in classIObject
-
__writeImpl
protected void __writeImpl(IceInternal.BasicStream __os)
- Overrides:
__writeImpl
in classIObject
-
__readImpl
protected void __readImpl(IceInternal.BasicStream __is)
- Overrides:
__readImpl
in classIObject
-
clone
public ObjectiveSettings clone()
-
-