Package omero.model
Class PlaneSlicingContext
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.IObject
-
- omero.model.CodomainMapContext
-
- omero.model.PlaneSlicingContext
-
- All Implemented Interfaces:
Ice.Object
,java.io.Serializable
,java.lang.Cloneable
,_CodomainMapContextOperations
,_CodomainMapContextOperationsNC
,_IObjectOperations
,_IObjectOperationsNC
,_PlaneSlicingContextOperations
,_PlaneSlicingContextOperationsNC
- Direct Known Subclasses:
_PlaneSlicingContextTie
,PlaneSlicingContextI
public abstract class PlaneSlicingContext extends CodomainMapContext implements _PlaneSlicingContextOperations, _PlaneSlicingContextOperationsNC
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]
__ids
protected RBool
constant
protected RInt
lowerLimit
protected RInt
planePrevious
protected RInt
planeSelected
static long
serialVersionUID
protected RInt
upperLimit
-
Fields inherited from class omero.model.CodomainMapContext
channelBinding, version
-
-
Constructor Summary
Constructors Constructor Description PlaneSlicingContext()
PlaneSlicingContext(RLong id, Details details, boolean loaded, RInt version, ChannelBinding channelBinding, RInt upperLimit, RInt lowerLimit, RInt planeSelected, RInt planePrevious, RBool constant)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Ice.DispatchStatus
___getConstant(PlaneSlicingContext __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getLowerLimit(PlaneSlicingContext __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getPlanePrevious(PlaneSlicingContext __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getPlaneSelected(PlaneSlicingContext __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getUpperLimit(PlaneSlicingContext __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setConstant(PlaneSlicingContext __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setLowerLimit(PlaneSlicingContext __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setPlanePrevious(PlaneSlicingContext __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setPlaneSelected(PlaneSlicingContext __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setUpperLimit(PlaneSlicingContext __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)
PlaneSlicingContext
clone()
RBool
getConstant()
RInt
getLowerLimit()
RInt
getPlanePrevious()
RInt
getPlaneSelected()
RInt
getUpperLimit()
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
setConstant(RBool theConstant)
void
setLowerLimit(RInt theLowerLimit)
void
setPlanePrevious(RInt thePlanePrevious)
void
setPlaneSelected(RInt thePlaneSelected)
void
setUpperLimit(RInt theUpperLimit)
-
Methods inherited from class omero.model.CodomainMapContext
___getChannelBinding, ___getVersion, ___setChannelBinding, ___setVersion, getChannelBinding, getVersion, setChannelBinding, setVersion
-
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._CodomainMapContextOperations
getChannelBinding, getVersion, setChannelBinding, setVersion
-
Methods inherited from interface omero.model._CodomainMapContextOperationsNC
getChannelBinding, getVersion, setChannelBinding, setVersion
-
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._PlaneSlicingContextOperations
getConstant, getLowerLimit, getPlanePrevious, getPlaneSelected, getUpperLimit, setConstant, setLowerLimit, setPlanePrevious, setPlaneSelected, setUpperLimit
-
-
-
-
Field Detail
-
__ids
public static final java.lang.String[] __ids
-
upperLimit
protected RInt upperLimit
-
lowerLimit
protected RInt lowerLimit
-
planeSelected
protected RInt planeSelected
-
planePrevious
protected RInt planePrevious
-
constant
protected RBool constant
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
ice_isA
public boolean ice_isA(java.lang.String s)
- Specified by:
ice_isA
in interfaceIce.Object
- Overrides:
ice_isA
in classCodomainMapContext
-
ice_isA
public boolean ice_isA(java.lang.String s, Ice.Current __current)
- Specified by:
ice_isA
in interfaceIce.Object
- Overrides:
ice_isA
in classCodomainMapContext
-
ice_ids
public java.lang.String[] ice_ids()
- Specified by:
ice_ids
in interfaceIce.Object
- Overrides:
ice_ids
in classCodomainMapContext
-
ice_ids
public java.lang.String[] ice_ids(Ice.Current __current)
- Specified by:
ice_ids
in interfaceIce.Object
- Overrides:
ice_ids
in classCodomainMapContext
-
ice_id
public java.lang.String ice_id()
- Specified by:
ice_id
in interfaceIce.Object
- Overrides:
ice_id
in classCodomainMapContext
-
ice_id
public java.lang.String ice_id(Ice.Current __current)
- Specified by:
ice_id
in interfaceIce.Object
- Overrides:
ice_id
in classCodomainMapContext
-
ice_staticId
public static java.lang.String ice_staticId()
-
getConstant
public final RBool getConstant()
- Specified by:
getConstant
in interface_PlaneSlicingContextOperationsNC
-
getLowerLimit
public final RInt getLowerLimit()
- Specified by:
getLowerLimit
in interface_PlaneSlicingContextOperationsNC
-
getPlanePrevious
public final RInt getPlanePrevious()
- Specified by:
getPlanePrevious
in interface_PlaneSlicingContextOperationsNC
-
getPlaneSelected
public final RInt getPlaneSelected()
- Specified by:
getPlaneSelected
in interface_PlaneSlicingContextOperationsNC
-
getUpperLimit
public final RInt getUpperLimit()
- Specified by:
getUpperLimit
in interface_PlaneSlicingContextOperationsNC
-
setConstant
public final void setConstant(RBool theConstant)
- Specified by:
setConstant
in interface_PlaneSlicingContextOperationsNC
-
setLowerLimit
public final void setLowerLimit(RInt theLowerLimit)
- Specified by:
setLowerLimit
in interface_PlaneSlicingContextOperationsNC
-
setPlanePrevious
public final void setPlanePrevious(RInt thePlanePrevious)
- Specified by:
setPlanePrevious
in interface_PlaneSlicingContextOperationsNC
-
setPlaneSelected
public final void setPlaneSelected(RInt thePlaneSelected)
- Specified by:
setPlaneSelected
in interface_PlaneSlicingContextOperationsNC
-
setUpperLimit
public final void setUpperLimit(RInt theUpperLimit)
- Specified by:
setUpperLimit
in interface_PlaneSlicingContextOperationsNC
-
___getUpperLimit
public static Ice.DispatchStatus ___getUpperLimit(PlaneSlicingContext __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setUpperLimit
public static Ice.DispatchStatus ___setUpperLimit(PlaneSlicingContext __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getLowerLimit
public static Ice.DispatchStatus ___getLowerLimit(PlaneSlicingContext __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setLowerLimit
public static Ice.DispatchStatus ___setLowerLimit(PlaneSlicingContext __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getPlaneSelected
public static Ice.DispatchStatus ___getPlaneSelected(PlaneSlicingContext __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setPlaneSelected
public static Ice.DispatchStatus ___setPlaneSelected(PlaneSlicingContext __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getPlanePrevious
public static Ice.DispatchStatus ___getPlanePrevious(PlaneSlicingContext __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setPlanePrevious
public static Ice.DispatchStatus ___setPlanePrevious(PlaneSlicingContext __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getConstant
public static Ice.DispatchStatus ___getConstant(PlaneSlicingContext __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setConstant
public static Ice.DispatchStatus ___setConstant(PlaneSlicingContext __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 classCodomainMapContext
-
__writeImpl
protected void __writeImpl(IceInternal.BasicStream __os)
- Overrides:
__writeImpl
in classCodomainMapContext
-
__readImpl
protected void __readImpl(IceInternal.BasicStream __is)
- Overrides:
__readImpl
in classCodomainMapContext
-
clone
public PlaneSlicingContext clone()
- Specified by:
clone
in interfaceIce.Object
- Overrides:
clone
in classCodomainMapContext
-
-