Package omero.model
Class OTF
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.IObject
-
- omero.model.OTF
-
- All Implemented Interfaces:
Ice.Object
,java.io.Serializable
,java.lang.Cloneable
,_IObjectOperations
,_IObjectOperationsNC
,_OTFOperations
,_OTFOperationsNC
public abstract class OTF extends IObject implements _OTFOperations, _OTFOperationsNC
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]
__ids
protected FilterSet
filterSet
protected Instrument
instrument
protected Objective
objective
protected RBool
opticalAxisAveraged
protected RString
path
protected PixelsType
pixelsType
static long
serialVersionUID
protected RInt
sizeX
protected RInt
sizeY
protected RInt
version
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Ice.DispatchStatus
___getFilterSet(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getInstrument(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getObjective(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getOpticalAxisAveraged(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getPath(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getPixelsType(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getSizeX(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getSizeY(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getVersion(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setFilterSet(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setInstrument(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setObjective(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setOpticalAxisAveraged(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setPath(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setPixelsType(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setSizeX(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setSizeY(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setVersion(OTF __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)
OTF
clone()
FilterSet
getFilterSet()
Instrument
getInstrument()
Objective
getObjective()
RBool
getOpticalAxisAveraged()
RString
getPath()
PixelsType
getPixelsType()
RInt
getSizeX()
RInt
getSizeY()
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
setFilterSet(FilterSet theFilterSet)
void
setInstrument(Instrument theInstrument)
void
setObjective(Objective theObjective)
void
setOpticalAxisAveraged(RBool theOpticalAxisAveraged)
void
setPath(RString thePath)
void
setPixelsType(PixelsType thePixelsType)
void
setSizeX(RInt theSizeX)
void
setSizeY(RInt theSizeY)
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._OTFOperations
getFilterSet, getInstrument, getObjective, getOpticalAxisAveraged, getPath, getPixelsType, getSizeX, getSizeY, getVersion, setFilterSet, setInstrument, setObjective, setOpticalAxisAveraged, setPath, setPixelsType, setSizeX, setSizeY, setVersion
-
-
-
-
Field Detail
-
__ids
public static final java.lang.String[] __ids
-
version
protected RInt version
-
sizeX
protected RInt sizeX
-
sizeY
protected RInt sizeY
-
opticalAxisAveraged
protected RBool opticalAxisAveraged
-
pixelsType
protected PixelsType pixelsType
-
path
protected RString path
-
filterSet
protected FilterSet filterSet
-
objective
protected Objective objective
-
instrument
protected Instrument instrument
-
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()
-
getFilterSet
public final FilterSet getFilterSet()
- Specified by:
getFilterSet
in interface_OTFOperationsNC
-
getInstrument
public final Instrument getInstrument()
- Specified by:
getInstrument
in interface_OTFOperationsNC
-
getObjective
public final Objective getObjective()
- Specified by:
getObjective
in interface_OTFOperationsNC
-
getOpticalAxisAveraged
public final RBool getOpticalAxisAveraged()
- Specified by:
getOpticalAxisAveraged
in interface_OTFOperationsNC
-
getPath
public final RString getPath()
- Specified by:
getPath
in interface_OTFOperationsNC
-
getPixelsType
public final PixelsType getPixelsType()
- Specified by:
getPixelsType
in interface_OTFOperationsNC
-
getSizeX
public final RInt getSizeX()
- Specified by:
getSizeX
in interface_OTFOperationsNC
-
getSizeY
public final RInt getSizeY()
- Specified by:
getSizeY
in interface_OTFOperationsNC
-
getVersion
public final RInt getVersion()
- Specified by:
getVersion
in interface_OTFOperationsNC
-
setFilterSet
public final void setFilterSet(FilterSet theFilterSet)
- Specified by:
setFilterSet
in interface_OTFOperationsNC
-
setInstrument
public final void setInstrument(Instrument theInstrument)
- Specified by:
setInstrument
in interface_OTFOperationsNC
-
setObjective
public final void setObjective(Objective theObjective)
- Specified by:
setObjective
in interface_OTFOperationsNC
-
setOpticalAxisAveraged
public final void setOpticalAxisAveraged(RBool theOpticalAxisAveraged)
- Specified by:
setOpticalAxisAveraged
in interface_OTFOperationsNC
-
setPath
public final void setPath(RString thePath)
- Specified by:
setPath
in interface_OTFOperationsNC
-
setPixelsType
public final void setPixelsType(PixelsType thePixelsType)
- Specified by:
setPixelsType
in interface_OTFOperationsNC
-
setSizeX
public final void setSizeX(RInt theSizeX)
- Specified by:
setSizeX
in interface_OTFOperationsNC
-
setSizeY
public final void setSizeY(RInt theSizeY)
- Specified by:
setSizeY
in interface_OTFOperationsNC
-
setVersion
public final void setVersion(RInt theVersion)
- Specified by:
setVersion
in interface_OTFOperationsNC
-
___getVersion
public static Ice.DispatchStatus ___getVersion(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setVersion
public static Ice.DispatchStatus ___setVersion(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getSizeX
public static Ice.DispatchStatus ___getSizeX(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setSizeX
public static Ice.DispatchStatus ___setSizeX(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getSizeY
public static Ice.DispatchStatus ___getSizeY(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setSizeY
public static Ice.DispatchStatus ___setSizeY(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getOpticalAxisAveraged
public static Ice.DispatchStatus ___getOpticalAxisAveraged(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setOpticalAxisAveraged
public static Ice.DispatchStatus ___setOpticalAxisAveraged(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getPixelsType
public static Ice.DispatchStatus ___getPixelsType(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setPixelsType
public static Ice.DispatchStatus ___setPixelsType(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getPath
public static Ice.DispatchStatus ___getPath(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setPath
public static Ice.DispatchStatus ___setPath(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getFilterSet
public static Ice.DispatchStatus ___getFilterSet(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setFilterSet
public static Ice.DispatchStatus ___setFilterSet(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getObjective
public static Ice.DispatchStatus ___getObjective(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setObjective
public static Ice.DispatchStatus ___setObjective(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getInstrument
public static Ice.DispatchStatus ___getInstrument(OTF __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setInstrument
public static Ice.DispatchStatus ___setInstrument(OTF __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
-
-