Package omero.model
Class CodomainMapContext
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.IObject
-
- omero.model.CodomainMapContext
-
- All Implemented Interfaces:
Ice.Object
,java.io.Serializable
,java.lang.Cloneable
,_CodomainMapContextOperations
,_CodomainMapContextOperationsNC
,_IObjectOperations
,_IObjectOperationsNC
- Direct Known Subclasses:
_CodomainMapContextTie
,ContrastStretchingContext
,PlaneSlicingContext
,ReverseIntensityContext
public abstract class CodomainMapContext extends IObject implements _CodomainMapContextOperations, _CodomainMapContextOperationsNC
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]
__ids
protected ChannelBinding
channelBinding
static long
serialVersionUID
protected RInt
version
-
Constructor Summary
Constructors Constructor Description CodomainMapContext()
CodomainMapContext(RLong id, Details details, boolean loaded, RInt version, ChannelBinding channelBinding)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Ice.DispatchStatus
___getChannelBinding(CodomainMapContext __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getVersion(CodomainMapContext __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setChannelBinding(CodomainMapContext __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setVersion(CodomainMapContext __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)
CodomainMapContext
clone()
ChannelBinding
getChannelBinding()
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
setChannelBinding(ChannelBinding theChannelBinding)
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._CodomainMapContextOperations
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
-
-
-
-
Field Detail
-
__ids
public static final java.lang.String[] __ids
-
version
protected RInt version
-
channelBinding
protected ChannelBinding channelBinding
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CodomainMapContext
public CodomainMapContext()
-
CodomainMapContext
public CodomainMapContext(RLong id, Details details, boolean loaded, RInt version, ChannelBinding channelBinding)
-
-
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()
-
getChannelBinding
public final ChannelBinding getChannelBinding()
- Specified by:
getChannelBinding
in interface_CodomainMapContextOperationsNC
-
getVersion
public final RInt getVersion()
- Specified by:
getVersion
in interface_CodomainMapContextOperationsNC
-
setChannelBinding
public final void setChannelBinding(ChannelBinding theChannelBinding)
- Specified by:
setChannelBinding
in interface_CodomainMapContextOperationsNC
-
setVersion
public final void setVersion(RInt theVersion)
- Specified by:
setVersion
in interface_CodomainMapContextOperationsNC
-
___getVersion
public static Ice.DispatchStatus ___getVersion(CodomainMapContext __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setVersion
public static Ice.DispatchStatus ___setVersion(CodomainMapContext __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getChannelBinding
public static Ice.DispatchStatus ___getChannelBinding(CodomainMapContext __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setChannelBinding
public static Ice.DispatchStatus ___setChannelBinding(CodomainMapContext __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 CodomainMapContext clone()
-
-