public class ChannelBindingI extends ChannelBinding implements ome.model.ModelBased
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ACTIVE |
static java.lang.String |
ALPHA |
static java.lang.String |
BLUE |
static java.lang.String |
COEFFICIENT |
static java.lang.String |
DETAILS |
static java.lang.String |
FAMILY |
static java.lang.String |
GREEN |
static java.lang.String |
INPUTEND |
static java.lang.String |
INPUTSTART |
static java.lang.String |
LOOKUPTABLE |
static java.lang.String |
NOISEREDUCTION |
static java.lang.String |
RED |
static java.lang.String |
RENDERINGDEF |
static java.lang.String |
SPATIALDOMAINENHANCEMENT |
__ids, active, alpha, blue, coefficient, family, green, inputEnd, inputStart, lookupTable, noiseReduction, red, renderingDef, serialVersionUID, spatialDomainEnhancementLoaded, spatialDomainEnhancementSeq, version
Constructor and Description |
---|
ChannelBindingI() |
ChannelBindingI(long id,
boolean loaded) |
ChannelBindingI(RLong id,
boolean loaded) |
Modifier and Type | Method and Description |
---|---|
void |
addAllCodomainMapContextSet(java.util.List<CodomainMapContext> targets,
Ice.Current current) |
void |
addCodomainMapContext(CodomainMapContext target,
Ice.Current current) |
static java.util.List<ChannelBindingI> |
cast(java.util.List list)
Casts (without warning) the given list to a list of
the current type.
|
void |
clearSpatialDomainEnhancement(Ice.Current current) |
void |
copyObject(ome.util.Filterable model,
ome.util.ModelMapper _mapper)
Used by
IceMapper to inject an "ome.model" object into this
"omero.model" object. |
java.util.List |
copySpatialDomainEnhancement(Ice.Current current) |
protected void |
errorIfUnloaded() |
ome.util.Filterable |
fillObject(ome.util.ReverseModelMapper _mapper)
Used by
IceMapper produce an "ome.model" object from this
"omero.model" object. |
RBool |
getActive(Ice.Current current) |
RInt |
getAlpha(Ice.Current current) |
RInt |
getBlue(Ice.Current current) |
CodomainMapContext |
getCodomainMapContext(int index,
Ice.Current current) |
RDouble |
getCoefficient(Ice.Current current) |
Details |
getDetails(Ice.Current current) |
Family |
getFamily(Ice.Current current) |
RInt |
getGreen(Ice.Current current) |
RLong |
getId(Ice.Current current) |
RDouble |
getInputEnd(Ice.Current current) |
RDouble |
getInputStart(Ice.Current current) |
RString |
getLookupTable(Ice.Current current) |
RBool |
getNoiseReduction(Ice.Current current) |
CodomainMapContext |
getPrimaryCodomainMapContext(Ice.Current current) |
RInt |
getRed(Ice.Current current) |
RenderingDef |
getRenderingDef(Ice.Current current) |
protected java.util.List |
getSpatialDomainEnhancement(Ice.Current current) |
RInt |
getVersion(Ice.Current current) |
boolean |
isAnnotated(Ice.Current current)
Allows for the attachment of any omero.model.Annotation
subclasses.
|
boolean |
isGlobal(Ice.Current current)
Marker interface which means that special rules apply
for both reading and writing these instances.
|
boolean |
isLink(Ice.Current current)
A link between two other types.
|
boolean |
isLoaded(Ice.Current current)
Tests if the objects are loaded or not.
|
boolean |
isMutable(Ice.Current current)
The server will persist changes made to these types.
|
boolean |
isSpatialDomainEnhancementLoaded() |
java.util.Iterator |
iterateSpatialDomainEnhancement() |
IObject |
proxy(Ice.Current current)
Return another instance of the same type as this instance
constructed as if by: new InstanceI( this.id.val, false );
|
void |
reloadSpatialDomainEnhancement(ChannelBinding toCopy,
Ice.Current current) |
void |
removeAllCodomainMapContextSet(java.util.List<CodomainMapContext> targets,
Ice.Current current) |
void |
removeCodomainMapContext(CodomainMapContext target,
Ice.Current current) |
void |
setActive(RBool active,
Ice.Current current) |
void |
setAlpha(RInt alpha,
Ice.Current current) |
void |
setBlue(RInt blue,
Ice.Current current) |
CodomainMapContext |
setCodomainMapContext(int index,
CodomainMapContext element,
Ice.Current current) |
void |
setCoefficient(RDouble coefficient,
Ice.Current current) |
void |
setFamily(Family family,
Ice.Current current) |
void |
setGreen(RInt green,
Ice.Current current) |
void |
setId(RLong id,
Ice.Current current) |
void |
setInputEnd(RDouble inputEnd,
Ice.Current current) |
void |
setInputStart(RDouble inputStart,
Ice.Current current) |
void |
setLookupTable(RString lookupTable,
Ice.Current current) |
void |
setNoiseReduction(RBool noiseReduction,
Ice.Current current) |
CodomainMapContext |
setPrimaryCodomainMapContext(CodomainMapContext element,
Ice.Current current) |
void |
setRed(RInt red,
Ice.Current current) |
void |
setRenderingDef(RenderingDef renderingDef,
Ice.Current current) |
protected void |
setSpatialDomainEnhancement(java.util.List spatialDomainEnhancement,
Ice.Current current) |
void |
setVersion(RInt version,
Ice.Current current) |
IObject |
shallowCopy(Ice.Current current)
Return another instance of the same type as this instance
with all single-value entities unloaded and all members of
collections also unloaded.
|
int |
sizeOfSpatialDomainEnhancement(Ice.Current current) |
protected void |
throwNullCollectionException(java.lang.String propertyName) |
protected void |
toggleCollectionsLoaded(boolean load) |
void |
unload(Ice.Current current)
Sets the loaded boolean to false and empties all state
from this entity to make sending it over the network
less costly.
|
void |
unloadActive() |
void |
unloadAlpha() |
void |
unloadBlue() |
void |
unloadCoefficient() |
void |
unloadCollections(Ice.Current current)
Each collection can also be unloaded, independently
of the object itself.
|
void |
unloadDetails(Ice.Current current)
As with collections, the objects under details can link
to many other objects.
|
void |
unloadFamily() |
void |
unloadGreen() |
void |
unloadInputEnd() |
void |
unloadInputStart() |
void |
unloadLookupTable() |
void |
unloadNoiseReduction() |
void |
unloadRed() |
void |
unloadRenderingDef() |
void |
unloadSpatialDomainEnhancement(Ice.Current current) |
___addAllCodomainMapContextSet, ___addCodomainMapContext, ___clearSpatialDomainEnhancement, ___copySpatialDomainEnhancement, ___getActive, ___getAlpha, ___getBlue, ___getCodomainMapContext, ___getCoefficient, ___getFamily, ___getGreen, ___getInputEnd, ___getInputStart, ___getLookupTable, ___getNoiseReduction, ___getPrimaryCodomainMapContext, ___getRed, ___getRenderingDef, ___getVersion, ___reloadSpatialDomainEnhancement, ___removeAllCodomainMapContextSet, ___removeCodomainMapContext, ___setActive, ___setAlpha, ___setBlue, ___setCodomainMapContext, ___setCoefficient, ___setFamily, ___setGreen, ___setInputEnd, ___setInputStart, ___setLookupTable, ___setNoiseReduction, ___setPrimaryCodomainMapContext, ___setRed, ___setRenderingDef, ___setVersion, ___sizeOfSpatialDomainEnhancement, ___unloadSpatialDomainEnhancement, __dispatch, __readImpl, __writeImpl, addAllCodomainMapContextSet, addCodomainMapContext, clearSpatialDomainEnhancement, clone, copySpatialDomainEnhancement, getActive, getAlpha, getBlue, getCodomainMapContext, getCoefficient, getFamily, getGreen, getInputEnd, getInputStart, getLookupTable, getNoiseReduction, getPrimaryCodomainMapContext, getRed, getRenderingDef, getVersion, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, reloadSpatialDomainEnhancement, removeAllCodomainMapContextSet, removeCodomainMapContext, setActive, setAlpha, setBlue, setCodomainMapContext, setCoefficient, setFamily, setGreen, setInputEnd, setInputStart, setLookupTable, setNoiseReduction, setPrimaryCodomainMapContext, setRed, setRenderingDef, setVersion, sizeOfSpatialDomainEnhancement, unloadSpatialDomainEnhancement
___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
___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
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
public static final java.lang.String RENDERINGDEF
public static final java.lang.String FAMILY
public static final java.lang.String COEFFICIENT
public static final java.lang.String INPUTSTART
public static final java.lang.String INPUTEND
public static final java.lang.String ACTIVE
public static final java.lang.String NOISEREDUCTION
public static final java.lang.String RED
public static final java.lang.String GREEN
public static final java.lang.String BLUE
public static final java.lang.String ALPHA
public static final java.lang.String LOOKUPTABLE
public static final java.lang.String SPATIALDOMAINENHANCEMENT
public static final java.lang.String DETAILS
public ChannelBindingI()
public ChannelBindingI(long id, boolean loaded)
public ChannelBindingI(RLong id, boolean loaded)
protected void errorIfUnloaded() throws UnloadedEntityException
UnloadedEntityException
protected void throwNullCollectionException(java.lang.String propertyName) throws UnloadedCollectionException
UnloadedCollectionException
protected void toggleCollectionsLoaded(boolean load)
public void unload(Ice.Current current)
_IObjectOperations
unload
in interface _IObjectOperations
current
- The Current object for the invocation.public boolean isLoaded(Ice.Current current)
_IObjectOperations
isLoaded
in interface _IObjectOperations
current
- The Current object for the invocation.public void unloadCollections(Ice.Current current)
_IObjectOperations
unloadCollections
in interface _IObjectOperations
current
- The Current object for the invocation.public boolean isGlobal(Ice.Current current)
_IObjectOperations
isGlobal
in interface _IObjectOperations
current
- The Current object for the invocation.public boolean isMutable(Ice.Current current)
_IObjectOperations
isMutable
in interface _IObjectOperations
current
- The Current object for the invocation.public boolean isAnnotated(Ice.Current current)
_IObjectOperations
isAnnotated
in interface _IObjectOperations
current
- The Current object for the invocation.public boolean isLink(Ice.Current current)
_IObjectOperations
isLink
in interface _IObjectOperations
current
- The Current object for the invocation.public IObject shallowCopy(Ice.Current current)
_IObjectOperations
shallowCopy
in interface _IObjectOperations
current
- The Current object for the invocation.public IObject proxy(Ice.Current current)
_IObjectOperations
proxy
in interface _IObjectOperations
current
- The Current object for the invocation.public RLong getId(Ice.Current current)
getId
in interface _IObjectOperations
public void setId(RLong id, Ice.Current current)
setId
in interface _IObjectOperations
public Details getDetails(Ice.Current current)
getDetails
in interface _IObjectOperations
public void unloadDetails(Ice.Current current)
_IObjectOperations
unloadDetails
in interface _IObjectOperations
current
- The Current object for the invocation.public RInt getVersion(Ice.Current current)
getVersion
in interface _ChannelBindingOperations
public void setVersion(RInt version, Ice.Current current)
setVersion
in interface _ChannelBindingOperations
public void unloadRenderingDef()
public RenderingDef getRenderingDef(Ice.Current current) throws UnloadedEntityException
getRenderingDef
in interface _ChannelBindingOperations
UnloadedEntityException
public void setRenderingDef(RenderingDef renderingDef, Ice.Current current) throws UnloadedEntityException
setRenderingDef
in interface _ChannelBindingOperations
UnloadedEntityException
public void unloadFamily()
public Family getFamily(Ice.Current current) throws UnloadedEntityException
getFamily
in interface _ChannelBindingOperations
UnloadedEntityException
public void setFamily(Family family, Ice.Current current) throws UnloadedEntityException
setFamily
in interface _ChannelBindingOperations
UnloadedEntityException
public void unloadCoefficient()
public RDouble getCoefficient(Ice.Current current) throws UnloadedEntityException
getCoefficient
in interface _ChannelBindingOperations
UnloadedEntityException
public void setCoefficient(RDouble coefficient, Ice.Current current) throws UnloadedEntityException
setCoefficient
in interface _ChannelBindingOperations
UnloadedEntityException
public void unloadInputStart()
public RDouble getInputStart(Ice.Current current) throws UnloadedEntityException
getInputStart
in interface _ChannelBindingOperations
UnloadedEntityException
public void setInputStart(RDouble inputStart, Ice.Current current) throws UnloadedEntityException
setInputStart
in interface _ChannelBindingOperations
UnloadedEntityException
public void unloadInputEnd()
public RDouble getInputEnd(Ice.Current current) throws UnloadedEntityException
getInputEnd
in interface _ChannelBindingOperations
UnloadedEntityException
public void setInputEnd(RDouble inputEnd, Ice.Current current) throws UnloadedEntityException
setInputEnd
in interface _ChannelBindingOperations
UnloadedEntityException
public void unloadActive()
public RBool getActive(Ice.Current current) throws UnloadedEntityException
getActive
in interface _ChannelBindingOperations
UnloadedEntityException
public void setActive(RBool active, Ice.Current current) throws UnloadedEntityException
setActive
in interface _ChannelBindingOperations
UnloadedEntityException
public void unloadNoiseReduction()
public RBool getNoiseReduction(Ice.Current current) throws UnloadedEntityException
getNoiseReduction
in interface _ChannelBindingOperations
UnloadedEntityException
public void setNoiseReduction(RBool noiseReduction, Ice.Current current) throws UnloadedEntityException
setNoiseReduction
in interface _ChannelBindingOperations
UnloadedEntityException
public void unloadRed()
public RInt getRed(Ice.Current current) throws UnloadedEntityException
getRed
in interface _ChannelBindingOperations
UnloadedEntityException
public void setRed(RInt red, Ice.Current current) throws UnloadedEntityException
setRed
in interface _ChannelBindingOperations
UnloadedEntityException
public void unloadGreen()
public RInt getGreen(Ice.Current current) throws UnloadedEntityException
getGreen
in interface _ChannelBindingOperations
UnloadedEntityException
public void setGreen(RInt green, Ice.Current current) throws UnloadedEntityException
setGreen
in interface _ChannelBindingOperations
UnloadedEntityException
public void unloadBlue()
public RInt getBlue(Ice.Current current) throws UnloadedEntityException
getBlue
in interface _ChannelBindingOperations
UnloadedEntityException
public void setBlue(RInt blue, Ice.Current current) throws UnloadedEntityException
setBlue
in interface _ChannelBindingOperations
UnloadedEntityException
public void unloadAlpha()
public RInt getAlpha(Ice.Current current) throws UnloadedEntityException
getAlpha
in interface _ChannelBindingOperations
UnloadedEntityException
public void setAlpha(RInt alpha, Ice.Current current) throws UnloadedEntityException
setAlpha
in interface _ChannelBindingOperations
UnloadedEntityException
public void unloadLookupTable()
public RString getLookupTable(Ice.Current current) throws UnloadedEntityException
getLookupTable
in interface _ChannelBindingOperations
UnloadedEntityException
public void setLookupTable(RString lookupTable, Ice.Current current) throws UnloadedEntityException
setLookupTable
in interface _ChannelBindingOperations
UnloadedEntityException
public void unloadSpatialDomainEnhancement(Ice.Current current)
unloadSpatialDomainEnhancement
in interface _ChannelBindingOperations
protected java.util.List getSpatialDomainEnhancement(Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
protected void setSpatialDomainEnhancement(java.util.List spatialDomainEnhancement, Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
public boolean isSpatialDomainEnhancementLoaded()
public int sizeOfSpatialDomainEnhancement(Ice.Current current) throws UnloadedEntityException
sizeOfSpatialDomainEnhancement
in interface _ChannelBindingOperations
UnloadedEntityException
public java.util.List copySpatialDomainEnhancement(Ice.Current current) throws UnloadedEntityException
copySpatialDomainEnhancement
in interface _ChannelBindingOperations
UnloadedEntityException
public java.util.Iterator iterateSpatialDomainEnhancement() throws UnloadedEntityException
UnloadedEntityException
public void addCodomainMapContext(CodomainMapContext target, Ice.Current current) throws UnloadedEntityException
addCodomainMapContext
in interface _ChannelBindingOperations
UnloadedEntityException
public void addAllCodomainMapContextSet(java.util.List<CodomainMapContext> targets, Ice.Current current) throws UnloadedEntityException
addAllCodomainMapContextSet
in interface _ChannelBindingOperations
UnloadedEntityException
public void removeCodomainMapContext(CodomainMapContext target, Ice.Current current) throws UnloadedEntityException
removeCodomainMapContext
in interface _ChannelBindingOperations
UnloadedEntityException
public void removeAllCodomainMapContextSet(java.util.List<CodomainMapContext> targets, Ice.Current current) throws UnloadedEntityException
removeAllCodomainMapContextSet
in interface _ChannelBindingOperations
UnloadedEntityException
public void clearSpatialDomainEnhancement(Ice.Current current) throws UnloadedEntityException
clearSpatialDomainEnhancement
in interface _ChannelBindingOperations
UnloadedEntityException
public void reloadSpatialDomainEnhancement(ChannelBinding toCopy, Ice.Current current) throws UnloadedEntityException
reloadSpatialDomainEnhancement
in interface _ChannelBindingOperations
UnloadedEntityException
public CodomainMapContext getCodomainMapContext(int index, Ice.Current current) throws java.lang.IndexOutOfBoundsException
getCodomainMapContext
in interface _ChannelBindingOperations
java.lang.IndexOutOfBoundsException
public CodomainMapContext setCodomainMapContext(int index, CodomainMapContext element, Ice.Current current) throws java.lang.IndexOutOfBoundsException
setCodomainMapContext
in interface _ChannelBindingOperations
java.lang.IndexOutOfBoundsException
public CodomainMapContext getPrimaryCodomainMapContext(Ice.Current current) throws java.lang.IndexOutOfBoundsException
getPrimaryCodomainMapContext
in interface _ChannelBindingOperations
java.lang.IndexOutOfBoundsException
public CodomainMapContext setPrimaryCodomainMapContext(CodomainMapContext element, Ice.Current current) throws java.lang.IndexOutOfBoundsException
setPrimaryCodomainMapContext
in interface _ChannelBindingOperations
java.lang.IndexOutOfBoundsException
public void copyObject(ome.util.Filterable model, ome.util.ModelMapper _mapper)
IceMapper
to inject an "ome.model" object into this
"omero.model" object.copyObject
in interface ome.model.ModelBased
public ome.util.Filterable fillObject(ome.util.ReverseModelMapper _mapper)
IceMapper
produce an "ome.model" object from this
"omero.model" object.fillObject
in interface ome.model.ModelBased
public static java.util.List<ChannelBindingI> cast(java.util.List list)
java.lang.ClassCastException