Uses of Class
ome.xml.model.CommentAnnotation
-
Packages that use CommentAnnotation Package Description ome.xml.model -
-
Uses of CommentAnnotation in ome.xml.model
Methods in ome.xml.model that return CommentAnnotation Modifier and Type Method Description CommentAnnotation
StructuredAnnotations. getCommentAnnotation(int index)
CommentAnnotation
StructuredAnnotations. setCommentAnnotation(int index, CommentAnnotation commentAnnotation)
Methods in ome.xml.model that return types with arguments of type CommentAnnotation Modifier and Type Method Description List<CommentAnnotation>
StructuredAnnotations. copyCommentAnnotationList()
Methods in ome.xml.model with parameters of type CommentAnnotation Modifier and Type Method Description void
StructuredAnnotations. addCommentAnnotation(CommentAnnotation commentAnnotation)
void
StructuredAnnotations. removeCommentAnnotation(CommentAnnotation commentAnnotation)
CommentAnnotation
StructuredAnnotations. setCommentAnnotation(int index, CommentAnnotation commentAnnotation)
Constructors in ome.xml.model with parameters of type CommentAnnotation Constructor Description CommentAnnotation(CommentAnnotation orig)
Copy constructor.
-