Uses of Class
ome.xml.model.BinaryFile
-
Packages that use BinaryFile Package Description ome.specification ome.xml.model -
-
Uses of BinaryFile in ome.specification
Methods in ome.specification that return BinaryFile Modifier and Type Method Description BinaryFile
XMLMockObjects. createBinaryFile()
Creates a binary file. -
Uses of BinaryFile in ome.xml.model
Methods in ome.xml.model that return BinaryFile Modifier and Type Method Description BinaryFile
FileAnnotation. getBinaryFile()
Methods in ome.xml.model with parameters of type BinaryFile Modifier and Type Method Description void
FileAnnotation. setBinaryFile(BinaryFile binaryFile)
Constructors in ome.xml.model with parameters of type BinaryFile Constructor Description BinaryFile(BinaryFile orig)
Copy constructor.
-