Uses of Class
ome.xml.model.XMLAnnotation
-
Packages that use XMLAnnotation Package Description ome.xml.model -
-
Uses of XMLAnnotation in ome.xml.model
Methods in ome.xml.model that return XMLAnnotation Modifier and Type Method Description XMLAnnotation
StructuredAnnotations. getXMLAnnotation(int index)
XMLAnnotation
StructuredAnnotations. setXMLAnnotation(int index, XMLAnnotation xmlAnnotation)
Methods in ome.xml.model that return types with arguments of type XMLAnnotation Modifier and Type Method Description List<XMLAnnotation>
StructuredAnnotations. copyXMLAnnotationList()
Methods in ome.xml.model with parameters of type XMLAnnotation Modifier and Type Method Description void
StructuredAnnotations. addXMLAnnotation(XMLAnnotation xmlAnnotation)
void
StructuredAnnotations. removeXMLAnnotation(XMLAnnotation xmlAnnotation)
XMLAnnotation
StructuredAnnotations. setXMLAnnotation(int index, XMLAnnotation xmlAnnotation)
Constructors in ome.xml.model with parameters of type XMLAnnotation Constructor Description XMLAnnotation(XMLAnnotation orig)
Copy constructor.
-