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 XMLAnnotationStructuredAnnotations. getXMLAnnotation(int index)XMLAnnotationStructuredAnnotations. setXMLAnnotation(int index, XMLAnnotation xmlAnnotation)Methods in ome.xml.model that return types with arguments of type XMLAnnotation Modifier and Type Method Description java.util.List<XMLAnnotation>StructuredAnnotations. copyXMLAnnotationList()Methods in ome.xml.model with parameters of type XMLAnnotation Modifier and Type Method Description voidStructuredAnnotations. addXMLAnnotation(XMLAnnotation xmlAnnotation)voidStructuredAnnotations. removeXMLAnnotation(XMLAnnotation xmlAnnotation)XMLAnnotationStructuredAnnotations. setXMLAnnotation(int index, XMLAnnotation xmlAnnotation)Constructors in ome.xml.model with parameters of type XMLAnnotation Constructor Description XMLAnnotation(XMLAnnotation orig)Copy constructor.
-