Uses of Class
ome.xml.model.ListAnnotation
-
Packages that use ListAnnotation Package Description ome.xml.model -
-
Uses of ListAnnotation in ome.xml.model
Methods in ome.xml.model that return ListAnnotation Modifier and Type Method Description ListAnnotationStructuredAnnotations. getListAnnotation(int index)ListAnnotationStructuredAnnotations. setListAnnotation(int index, ListAnnotation listAnnotation)Methods in ome.xml.model that return types with arguments of type ListAnnotation Modifier and Type Method Description java.util.List<ListAnnotation>StructuredAnnotations. copyListAnnotationList()Methods in ome.xml.model with parameters of type ListAnnotation Modifier and Type Method Description voidStructuredAnnotations. addListAnnotation(ListAnnotation listAnnotation)voidStructuredAnnotations. removeListAnnotation(ListAnnotation listAnnotation)ListAnnotationStructuredAnnotations. setListAnnotation(int index, ListAnnotation listAnnotation)Constructors in ome.xml.model with parameters of type ListAnnotation Constructor Description ListAnnotation(ListAnnotation orig)Copy constructor.
-