Package omero.model
Class DoubleAnnotation
- java.lang.Object
- 
- Ice.ObjectImpl
- 
- omero.model.IObject
- 
- omero.model.Annotation
- 
- omero.model.BasicAnnotation
- 
- omero.model.NumericAnnotation
- 
- omero.model.DoubleAnnotation
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- Ice.Object,- java.io.Serializable,- java.lang.Cloneable,- _AnnotationOperations,- _AnnotationOperationsNC,- _BasicAnnotationOperations,- _BasicAnnotationOperationsNC,- _DoubleAnnotationOperations,- _DoubleAnnotationOperationsNC,- _IObjectOperations,- _IObjectOperationsNC,- _NumericAnnotationOperations,- _NumericAnnotationOperationsNC
 - Direct Known Subclasses:
- _DoubleAnnotationTie,- DoubleAnnotationI
 
 public abstract class DoubleAnnotation extends NumericAnnotation implements _DoubleAnnotationOperations, _DoubleAnnotationOperationsNC - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.String[]__idsprotected RDoubledoubleValuestatic longserialVersionUID- 
Fields inherited from class omero.model.AnnotationannotationLinksCountPerOwner, annotationLinksLoaded, annotationLinksSeq, description, name, ns, version
 
- 
 - 
Constructor SummaryConstructors Constructor Description DoubleAnnotation()DoubleAnnotation(RLong id, Details details, boolean loaded, RInt version, RString ns, RString name, RString description, java.util.List<AnnotationAnnotationLink> annotationLinksSeq, boolean annotationLinksLoaded, java.util.Map<java.lang.Long,java.lang.Long> annotationLinksCountPerOwner, RDouble doubleValue)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Ice.DispatchStatus___getDoubleValue(DoubleAnnotation __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___setDoubleValue(DoubleAnnotation __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)DoubleAnnotationclone()RDoublegetDoubleValue()java.lang.Stringice_id()java.lang.Stringice_id(Ice.Current __current)java.lang.String[]ice_ids()java.lang.String[]ice_ids(Ice.Current __current)booleanice_isA(java.lang.String s)booleanice_isA(java.lang.String s, Ice.Current __current)static java.lang.Stringice_staticId()voidsetDoubleValue(RDouble theDoubleValue)- 
Methods inherited from class omero.model.Annotation___addAllAnnotationAnnotationLinkSet, ___addAnnotationAnnotationLink, ___addAnnotationAnnotationLinkToBoth, ___clearAnnotationLinks, ___copyAnnotationLinks, ___findAnnotationAnnotationLink, ___getAnnotationLinksCountPerOwner, ___getDescription, ___getName, ___getNs, ___getVersion, ___linkAnnotation, ___linkedAnnotationList, ___reloadAnnotationLinks, ___removeAllAnnotationAnnotationLinkSet, ___removeAnnotationAnnotationLink, ___removeAnnotationAnnotationLinkFromBoth, ___setDescription, ___setName, ___setNs, ___setVersion, ___sizeOfAnnotationLinks, ___unlinkAnnotation, ___unloadAnnotationLinks, addAllAnnotationAnnotationLinkSet, addAnnotationAnnotationLink, addAnnotationAnnotationLinkToBoth, clearAnnotationLinks, copyAnnotationLinks, findAnnotationAnnotationLink, getAnnotationLinksCountPerOwner, getDescription, getName, getNs, getVersion, linkAnnotation, linkedAnnotationList, reloadAnnotationLinks, removeAllAnnotationAnnotationLinkSet, removeAnnotationAnnotationLink, removeAnnotationAnnotationLinkFromBoth, setDescription, setName, setNs, setVersion, sizeOfAnnotationLinks, unlinkAnnotation, unloadAnnotationLinks
 - 
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.Objectequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface omero.model._AnnotationOperationsaddAllAnnotationAnnotationLinkSet, addAnnotationAnnotationLink, addAnnotationAnnotationLinkToBoth, clearAnnotationLinks, copyAnnotationLinks, findAnnotationAnnotationLink, getAnnotationLinksCountPerOwner, getDescription, getName, getNs, getVersion, linkAnnotation, linkedAnnotationList, reloadAnnotationLinks, removeAllAnnotationAnnotationLinkSet, removeAnnotationAnnotationLink, removeAnnotationAnnotationLinkFromBoth, setDescription, setName, setNs, setVersion, sizeOfAnnotationLinks, unlinkAnnotation, unloadAnnotationLinks
 - 
Methods inherited from interface omero.model._AnnotationOperationsNCaddAllAnnotationAnnotationLinkSet, addAnnotationAnnotationLink, addAnnotationAnnotationLinkToBoth, clearAnnotationLinks, copyAnnotationLinks, findAnnotationAnnotationLink, getAnnotationLinksCountPerOwner, getDescription, getName, getNs, getVersion, linkAnnotation, linkedAnnotationList, reloadAnnotationLinks, removeAllAnnotationAnnotationLinkSet, removeAnnotationAnnotationLink, removeAnnotationAnnotationLinkFromBoth, setDescription, setName, setNs, setVersion, sizeOfAnnotationLinks, unlinkAnnotation, unloadAnnotationLinks
 - 
Methods inherited from interface omero.model._DoubleAnnotationOperationsgetDoubleValue, setDoubleValue
 - 
Methods inherited from interface omero.model._IObjectOperationsgetDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
 - 
Methods inherited from interface omero.model._IObjectOperationsNCgetDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
 
- 
 
- 
- 
- 
Field Detail- 
__idspublic static final java.lang.String[] __ids 
 - 
doubleValueprotected RDouble doubleValue 
 - 
serialVersionUIDpublic static final long serialVersionUID - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
DoubleAnnotationpublic DoubleAnnotation() 
 - 
DoubleAnnotationpublic DoubleAnnotation(RLong id, Details details, boolean loaded, RInt version, RString ns, RString name, RString description, java.util.List<AnnotationAnnotationLink> annotationLinksSeq, boolean annotationLinksLoaded, java.util.Map<java.lang.Long,java.lang.Long> annotationLinksCountPerOwner, RDouble doubleValue) 
 
- 
 - 
Method Detail- 
ice_isApublic boolean ice_isA(java.lang.String s) - Specified by:
- ice_isAin interface- Ice.Object
- Overrides:
- ice_isAin class- NumericAnnotation
 
 - 
ice_isApublic boolean ice_isA(java.lang.String s, Ice.Current __current)- Specified by:
- ice_isAin interface- Ice.Object
- Overrides:
- ice_isAin class- NumericAnnotation
 
 - 
ice_idspublic java.lang.String[] ice_ids() - Specified by:
- ice_idsin interface- Ice.Object
- Overrides:
- ice_idsin class- NumericAnnotation
 
 - 
ice_idspublic java.lang.String[] ice_ids(Ice.Current __current) - Specified by:
- ice_idsin interface- Ice.Object
- Overrides:
- ice_idsin class- NumericAnnotation
 
 - 
ice_idpublic java.lang.String ice_id() - Specified by:
- ice_idin interface- Ice.Object
- Overrides:
- ice_idin class- NumericAnnotation
 
 - 
ice_idpublic java.lang.String ice_id(Ice.Current __current) - Specified by:
- ice_idin interface- Ice.Object
- Overrides:
- ice_idin class- NumericAnnotation
 
 - 
ice_staticIdpublic static java.lang.String ice_staticId() 
 - 
getDoubleValuepublic final RDouble getDoubleValue() - Specified by:
- getDoubleValuein interface- _DoubleAnnotationOperationsNC
 
 - 
setDoubleValuepublic final void setDoubleValue(RDouble theDoubleValue) - Specified by:
- setDoubleValuein interface- _DoubleAnnotationOperationsNC
 
 - 
___getDoubleValuepublic static Ice.DispatchStatus ___getDoubleValue(DoubleAnnotation __obj, IceInternal.Incoming __inS, Ice.Current __current) 
 - 
___setDoubleValuepublic static Ice.DispatchStatus ___setDoubleValue(DoubleAnnotation __obj, IceInternal.Incoming __inS, Ice.Current __current) 
 - 
__dispatchpublic Ice.DispatchStatus __dispatch(IceInternal.Incoming in, Ice.Current __current)- Specified by:
- __dispatchin interface- Ice.Object
- Overrides:
- __dispatchin class- NumericAnnotation
 
 - 
__writeImplprotected void __writeImpl(IceInternal.BasicStream __os) - Overrides:
- __writeImplin class- NumericAnnotation
 
 - 
__readImplprotected void __readImpl(IceInternal.BasicStream __is) - Overrides:
- __readImplin class- NumericAnnotation
 
 - 
clonepublic DoubleAnnotation clone() - Specified by:
- clonein interface- Ice.Object
- Overrides:
- clonein class- NumericAnnotation
 
 
- 
 
-