Package omero.model
Class ProjectionDef
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.IObject
-
- omero.model.ProjectionDef
-
- All Implemented Interfaces:
Ice.Object
,java.io.Serializable
,java.lang.Cloneable
,_IObjectOperations
,_IObjectOperationsNC
,_ProjectionDefOperations
,_ProjectionDefOperationsNC
- Direct Known Subclasses:
_ProjectionDefTie
,ProjectionDefI
public abstract class ProjectionDef extends IObject implements _ProjectionDefOperations, _ProjectionDefOperationsNC
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]
__ids
protected RBool
active
protected ProjectionAxis
axis
protected RInt
endPlane
protected RenderingDef
renderingDef
static long
serialVersionUID
protected RInt
startPlane
protected RInt
stepping
protected ProjectionType
type
protected RInt
version
-
Constructor Summary
Constructors Constructor Description ProjectionDef()
ProjectionDef(RLong id, Details details, boolean loaded, RInt version, RenderingDef renderingDef, ProjectionAxis axis, ProjectionType type, RBool active, RInt startPlane, RInt endPlane, RInt stepping)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Ice.DispatchStatus
___getActive(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getAxis(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getEndPlane(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getRenderingDef(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getStartPlane(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getStepping(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getType(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getVersion(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setActive(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setAxis(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setEndPlane(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setRenderingDef(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setStartPlane(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setStepping(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setType(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setVersion(ProjectionDef __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)
ProjectionDef
clone()
RBool
getActive()
ProjectionAxis
getAxis()
RInt
getEndPlane()
RenderingDef
getRenderingDef()
RInt
getStartPlane()
RInt
getStepping()
ProjectionType
getType()
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
setActive(RBool theActive)
void
setAxis(ProjectionAxis theAxis)
void
setEndPlane(RInt theEndPlane)
void
setRenderingDef(RenderingDef theRenderingDef)
void
setStartPlane(RInt theStartPlane)
void
setStepping(RInt theStepping)
void
setType(ProjectionType theType)
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._ProjectionDefOperations
getActive, getAxis, getEndPlane, getRenderingDef, getStartPlane, getStepping, getType, getVersion, setActive, setAxis, setEndPlane, setRenderingDef, setStartPlane, setStepping, setType, setVersion
-
-
-
-
Field Detail
-
__ids
public static final java.lang.String[] __ids
-
version
protected RInt version
-
renderingDef
protected RenderingDef renderingDef
-
axis
protected ProjectionAxis axis
-
type
protected ProjectionType type
-
active
protected RBool active
-
startPlane
protected RInt startPlane
-
endPlane
protected RInt endPlane
-
stepping
protected RInt stepping
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ProjectionDef
public ProjectionDef()
-
ProjectionDef
public ProjectionDef(RLong id, Details details, boolean loaded, RInt version, RenderingDef renderingDef, ProjectionAxis axis, ProjectionType type, RBool active, RInt startPlane, RInt endPlane, RInt stepping)
-
-
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()
-
getActive
public final RBool getActive()
- Specified by:
getActive
in interface_ProjectionDefOperationsNC
-
getAxis
public final ProjectionAxis getAxis()
- Specified by:
getAxis
in interface_ProjectionDefOperationsNC
-
getEndPlane
public final RInt getEndPlane()
- Specified by:
getEndPlane
in interface_ProjectionDefOperationsNC
-
getRenderingDef
public final RenderingDef getRenderingDef()
- Specified by:
getRenderingDef
in interface_ProjectionDefOperationsNC
-
getStartPlane
public final RInt getStartPlane()
- Specified by:
getStartPlane
in interface_ProjectionDefOperationsNC
-
getStepping
public final RInt getStepping()
- Specified by:
getStepping
in interface_ProjectionDefOperationsNC
-
getType
public final ProjectionType getType()
- Specified by:
getType
in interface_ProjectionDefOperationsNC
-
getVersion
public final RInt getVersion()
- Specified by:
getVersion
in interface_ProjectionDefOperationsNC
-
setActive
public final void setActive(RBool theActive)
- Specified by:
setActive
in interface_ProjectionDefOperationsNC
-
setAxis
public final void setAxis(ProjectionAxis theAxis)
- Specified by:
setAxis
in interface_ProjectionDefOperationsNC
-
setEndPlane
public final void setEndPlane(RInt theEndPlane)
- Specified by:
setEndPlane
in interface_ProjectionDefOperationsNC
-
setRenderingDef
public final void setRenderingDef(RenderingDef theRenderingDef)
- Specified by:
setRenderingDef
in interface_ProjectionDefOperationsNC
-
setStartPlane
public final void setStartPlane(RInt theStartPlane)
- Specified by:
setStartPlane
in interface_ProjectionDefOperationsNC
-
setStepping
public final void setStepping(RInt theStepping)
- Specified by:
setStepping
in interface_ProjectionDefOperationsNC
-
setType
public final void setType(ProjectionType theType)
- Specified by:
setType
in interface_ProjectionDefOperationsNC
-
setVersion
public final void setVersion(RInt theVersion)
- Specified by:
setVersion
in interface_ProjectionDefOperationsNC
-
___getVersion
public static Ice.DispatchStatus ___getVersion(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setVersion
public static Ice.DispatchStatus ___setVersion(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getRenderingDef
public static Ice.DispatchStatus ___getRenderingDef(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setRenderingDef
public static Ice.DispatchStatus ___setRenderingDef(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getAxis
public static Ice.DispatchStatus ___getAxis(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setAxis
public static Ice.DispatchStatus ___setAxis(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getType
public static Ice.DispatchStatus ___getType(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setType
public static Ice.DispatchStatus ___setType(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getActive
public static Ice.DispatchStatus ___getActive(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setActive
public static Ice.DispatchStatus ___setActive(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getStartPlane
public static Ice.DispatchStatus ___getStartPlane(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setStartPlane
public static Ice.DispatchStatus ___setStartPlane(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getEndPlane
public static Ice.DispatchStatus ___getEndPlane(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setEndPlane
public static Ice.DispatchStatus ___setEndPlane(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getStepping
public static Ice.DispatchStatus ___getStepping(ProjectionDef __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setStepping
public static Ice.DispatchStatus ___setStepping(ProjectionDef __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 ProjectionDef clone()
-
-