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 StructuredAnnotationsBooleanAnnotation. getStructuredAnnotations()StructuredAnnotationsCommentAnnotation. getStructuredAnnotations()StructuredAnnotationsDoubleAnnotation. getStructuredAnnotations()StructuredAnnotationsFileAnnotation. getStructuredAnnotations()StructuredAnnotationsListAnnotation. getStructuredAnnotations()StructuredAnnotationsLongAnnotation. getStructuredAnnotations()StructuredAnnotationsMapAnnotation. getStructuredAnnotations()StructuredAnnotationsOME. getStructuredAnnotations()StructuredAnnotationsTagAnnotation. getStructuredAnnotations()StructuredAnnotationsTermAnnotation. getStructuredAnnotations()StructuredAnnotationsTimestampAnnotation. getStructuredAnnotations()StructuredAnnotationsXMLAnnotation. getStructuredAnnotations()Methods in ome.xml.model with parameters of type StructuredAnnotations Modifier and Type Method Description voidBooleanAnnotation. setStructuredAnnotations(StructuredAnnotations structuredAnnotations_BackReference)voidCommentAnnotation. setStructuredAnnotations(StructuredAnnotations structuredAnnotations_BackReference)voidDoubleAnnotation. setStructuredAnnotations(StructuredAnnotations structuredAnnotations_BackReference)voidFileAnnotation. setStructuredAnnotations(StructuredAnnotations structuredAnnotations_BackReference)voidListAnnotation. setStructuredAnnotations(StructuredAnnotations structuredAnnotations_BackReference)voidLongAnnotation. setStructuredAnnotations(StructuredAnnotations structuredAnnotations_BackReference)voidMapAnnotation. setStructuredAnnotations(StructuredAnnotations structuredAnnotations_BackReference)voidOME. setStructuredAnnotations(StructuredAnnotations structuredAnnotations)voidTagAnnotation. setStructuredAnnotations(StructuredAnnotations structuredAnnotations_BackReference)voidTermAnnotation. setStructuredAnnotations(StructuredAnnotations structuredAnnotations_BackReference)voidTimestampAnnotation. setStructuredAnnotations(StructuredAnnotations structuredAnnotations_BackReference)voidXMLAnnotation. setStructuredAnnotations(StructuredAnnotations structuredAnnotations_BackReference)Constructors in ome.xml.model with parameters of type StructuredAnnotations Constructor Description StructuredAnnotations(StructuredAnnotations orig)Copy constructor.
-