Package omero.model
Class TransmittanceRange
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.IObject
-
- omero.model.TransmittanceRange
-
- All Implemented Interfaces:
Ice.Object
,java.io.Serializable
,java.lang.Cloneable
,_IObjectOperations
,_IObjectOperationsNC
,_TransmittanceRangeOperations
,_TransmittanceRangeOperationsNC
- Direct Known Subclasses:
_TransmittanceRangeTie
,TransmittanceRangeI
public abstract class TransmittanceRange extends IObject implements _TransmittanceRangeOperations, _TransmittanceRangeOperationsNC
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]
__ids
protected Length
cutIn
protected Length
cutInTolerance
protected Length
cutOut
protected Length
cutOutTolerance
static long
serialVersionUID
protected RDouble
transmittance
protected RInt
version
-
Constructor Summary
Constructors Constructor Description TransmittanceRange()
TransmittanceRange(RLong id, Details details, boolean loaded, RInt version, Length cutIn, Length cutOut, Length cutInTolerance, Length cutOutTolerance, RDouble transmittance)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Ice.DispatchStatus
___getCutIn(TransmittanceRange __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getCutInTolerance(TransmittanceRange __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getCutOut(TransmittanceRange __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getCutOutTolerance(TransmittanceRange __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getTransmittance(TransmittanceRange __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___getVersion(TransmittanceRange __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setCutIn(TransmittanceRange __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setCutInTolerance(TransmittanceRange __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setCutOut(TransmittanceRange __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setCutOutTolerance(TransmittanceRange __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setTransmittance(TransmittanceRange __obj, IceInternal.Incoming __inS, Ice.Current __current)
static Ice.DispatchStatus
___setVersion(TransmittanceRange __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)
TransmittanceRange
clone()
Length
getCutIn()
Length
getCutInTolerance()
Length
getCutOut()
Length
getCutOutTolerance()
RDouble
getTransmittance()
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
setCutIn(Length theCutIn)
void
setCutInTolerance(Length theCutInTolerance)
void
setCutOut(Length theCutOut)
void
setCutOutTolerance(Length theCutOutTolerance)
void
setTransmittance(RDouble theTransmittance)
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._TransmittanceRangeOperations
getCutIn, getCutInTolerance, getCutOut, getCutOutTolerance, getTransmittance, getVersion, setCutIn, setCutInTolerance, setCutOut, setCutOutTolerance, setTransmittance, setVersion
-
-
-
-
Field Detail
-
__ids
public static final java.lang.String[] __ids
-
version
protected RInt version
-
cutIn
protected Length cutIn
-
cutOut
protected Length cutOut
-
cutInTolerance
protected Length cutInTolerance
-
cutOutTolerance
protected Length cutOutTolerance
-
transmittance
protected RDouble transmittance
-
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()
-
getCutIn
public final Length getCutIn()
- Specified by:
getCutIn
in interface_TransmittanceRangeOperationsNC
-
getCutInTolerance
public final Length getCutInTolerance()
- Specified by:
getCutInTolerance
in interface_TransmittanceRangeOperationsNC
-
getCutOut
public final Length getCutOut()
- Specified by:
getCutOut
in interface_TransmittanceRangeOperationsNC
-
getCutOutTolerance
public final Length getCutOutTolerance()
- Specified by:
getCutOutTolerance
in interface_TransmittanceRangeOperationsNC
-
getTransmittance
public final RDouble getTransmittance()
- Specified by:
getTransmittance
in interface_TransmittanceRangeOperationsNC
-
getVersion
public final RInt getVersion()
- Specified by:
getVersion
in interface_TransmittanceRangeOperationsNC
-
setCutIn
public final void setCutIn(Length theCutIn)
- Specified by:
setCutIn
in interface_TransmittanceRangeOperationsNC
-
setCutInTolerance
public final void setCutInTolerance(Length theCutInTolerance)
- Specified by:
setCutInTolerance
in interface_TransmittanceRangeOperationsNC
-
setCutOut
public final void setCutOut(Length theCutOut)
- Specified by:
setCutOut
in interface_TransmittanceRangeOperationsNC
-
setCutOutTolerance
public final void setCutOutTolerance(Length theCutOutTolerance)
- Specified by:
setCutOutTolerance
in interface_TransmittanceRangeOperationsNC
-
setTransmittance
public final void setTransmittance(RDouble theTransmittance)
- Specified by:
setTransmittance
in interface_TransmittanceRangeOperationsNC
-
setVersion
public final void setVersion(RInt theVersion)
- Specified by:
setVersion
in interface_TransmittanceRangeOperationsNC
-
___getVersion
public static Ice.DispatchStatus ___getVersion(TransmittanceRange __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setVersion
public static Ice.DispatchStatus ___setVersion(TransmittanceRange __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getCutIn
public static Ice.DispatchStatus ___getCutIn(TransmittanceRange __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setCutIn
public static Ice.DispatchStatus ___setCutIn(TransmittanceRange __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getCutOut
public static Ice.DispatchStatus ___getCutOut(TransmittanceRange __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setCutOut
public static Ice.DispatchStatus ___setCutOut(TransmittanceRange __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getCutInTolerance
public static Ice.DispatchStatus ___getCutInTolerance(TransmittanceRange __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setCutInTolerance
public static Ice.DispatchStatus ___setCutInTolerance(TransmittanceRange __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getCutOutTolerance
public static Ice.DispatchStatus ___getCutOutTolerance(TransmittanceRange __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setCutOutTolerance
public static Ice.DispatchStatus ___setCutOutTolerance(TransmittanceRange __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getTransmittance
public static Ice.DispatchStatus ___getTransmittance(TransmittanceRange __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___setTransmittance
public static Ice.DispatchStatus ___setTransmittance(TransmittanceRange __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 TransmittanceRange clone()
-
-