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 ListAnnotation
StructuredAnnotations. getListAnnotation(int index)
ListAnnotation
StructuredAnnotations. setListAnnotation(int index, ListAnnotation listAnnotation)
Methods in ome.xml.model that return types with arguments of type ListAnnotation Modifier and Type Method Description List<ListAnnotation>
StructuredAnnotations. copyListAnnotationList()
Methods in ome.xml.model with parameters of type ListAnnotation Modifier and Type Method Description void
StructuredAnnotations. addListAnnotation(ListAnnotation listAnnotation)
void
StructuredAnnotations. removeListAnnotation(ListAnnotation listAnnotation)
ListAnnotation
StructuredAnnotations. setListAnnotation(int index, ListAnnotation listAnnotation)
Constructors in ome.xml.model with parameters of type ListAnnotation Constructor Description ListAnnotation(ListAnnotation orig)
Copy constructor.
-