Uses of Class
ome.xml.model.Annotation
-
Packages that use Annotation Package Description ome.specification ome.xml.model -
-
Uses of Annotation in ome.specification
Methods in ome.specification that return Annotation Modifier and Type Method Description Annotation
XMLMockObjects. createAnnotation(String type, OMEModelObject object, int index)
Create a comment annotation for the specified object. -
Uses of Annotation in ome.xml.model
Subclasses of Annotation in ome.xml.model Modifier and Type Class Description class
BasicAnnotation
class
BooleanAnnotation
class
CommentAnnotation
class
DoubleAnnotation
class
FileAnnotation
class
ListAnnotation
class
LongAnnotation
class
MapAnnotation
class
NumericAnnotation
class
TagAnnotation
class
TermAnnotation
class
TextAnnotation
class
TimestampAnnotation
class
TypeAnnotation
class
XMLAnnotation
Constructors in ome.xml.model with parameters of type Annotation Constructor Description Annotation(Annotation orig)
Copy constructor.
-