Uses of Class
ome.xml.model.FileAnnotation
-
Packages that use FileAnnotation Package Description ome.xml.model -
-
Uses of FileAnnotation in ome.xml.model
Methods in ome.xml.model that return FileAnnotation Modifier and Type Method Description FileAnnotation
StructuredAnnotations. getFileAnnotation(int index)
FileAnnotation
StructuredAnnotations. setFileAnnotation(int index, FileAnnotation fileAnnotation)
Methods in ome.xml.model that return types with arguments of type FileAnnotation Modifier and Type Method Description List<FileAnnotation>
StructuredAnnotations. copyFileAnnotationList()
Methods in ome.xml.model with parameters of type FileAnnotation Modifier and Type Method Description void
StructuredAnnotations. addFileAnnotation(FileAnnotation fileAnnotation)
void
StructuredAnnotations. removeFileAnnotation(FileAnnotation fileAnnotation)
FileAnnotation
StructuredAnnotations. setFileAnnotation(int index, FileAnnotation fileAnnotation)
Constructors in ome.xml.model with parameters of type FileAnnotation Constructor Description FileAnnotation(FileAnnotation orig)
Copy constructor.
-