Uses of Class
ome.xml.model.StructuredAnnotations
-
Packages that use StructuredAnnotations Package Description ome.xml.model -
-
Uses of StructuredAnnotations in ome.xml.model
Methods in ome.xml.model that return StructuredAnnotations Modifier and Type Method Description StructuredAnnotations
BooleanAnnotation. getStructuredAnnotations()
StructuredAnnotations
CommentAnnotation. getStructuredAnnotations()
StructuredAnnotations
DoubleAnnotation. getStructuredAnnotations()
StructuredAnnotations
FileAnnotation. getStructuredAnnotations()
StructuredAnnotations
ListAnnotation. getStructuredAnnotations()
StructuredAnnotations
LongAnnotation. getStructuredAnnotations()
StructuredAnnotations
MapAnnotation. getStructuredAnnotations()
StructuredAnnotations
OME. getStructuredAnnotations()
StructuredAnnotations
TagAnnotation. getStructuredAnnotations()
StructuredAnnotations
TermAnnotation. getStructuredAnnotations()
StructuredAnnotations
TimestampAnnotation. getStructuredAnnotations()
StructuredAnnotations
XMLAnnotation. getStructuredAnnotations()
Methods in ome.xml.model with parameters of type StructuredAnnotations Modifier and Type Method Description void
BooleanAnnotation. setStructuredAnnotations(StructuredAnnotations structuredAnnotations_BackReference)
void
CommentAnnotation. setStructuredAnnotations(StructuredAnnotations structuredAnnotations_BackReference)
void
DoubleAnnotation. setStructuredAnnotations(StructuredAnnotations structuredAnnotations_BackReference)
void
FileAnnotation. setStructuredAnnotations(StructuredAnnotations structuredAnnotations_BackReference)
void
ListAnnotation. setStructuredAnnotations(StructuredAnnotations structuredAnnotations_BackReference)
void
LongAnnotation. setStructuredAnnotations(StructuredAnnotations structuredAnnotations_BackReference)
void
MapAnnotation. setStructuredAnnotations(StructuredAnnotations structuredAnnotations_BackReference)
void
OME. setStructuredAnnotations(StructuredAnnotations structuredAnnotations)
void
TagAnnotation. setStructuredAnnotations(StructuredAnnotations structuredAnnotations_BackReference)
void
TermAnnotation. setStructuredAnnotations(StructuredAnnotations structuredAnnotations_BackReference)
void
TimestampAnnotation. setStructuredAnnotations(StructuredAnnotations structuredAnnotations_BackReference)
void
XMLAnnotation. setStructuredAnnotations(StructuredAnnotations structuredAnnotations_BackReference)
Constructors in ome.xml.model with parameters of type StructuredAnnotations Constructor Description StructuredAnnotations(StructuredAnnotations orig)
Copy constructor.
-