Uses of Class
ome.xml.model.TimestampAnnotation
-
Packages that use TimestampAnnotation Package Description ome.xml.model -
-
Uses of TimestampAnnotation in ome.xml.model
Methods in ome.xml.model that return TimestampAnnotation Modifier and Type Method Description TimestampAnnotation
StructuredAnnotations. getTimestampAnnotation(int index)
TimestampAnnotation
StructuredAnnotations. setTimestampAnnotation(int index, TimestampAnnotation timestampAnnotation)
Methods in ome.xml.model that return types with arguments of type TimestampAnnotation Modifier and Type Method Description List<TimestampAnnotation>
StructuredAnnotations. copyTimestampAnnotationList()
Methods in ome.xml.model with parameters of type TimestampAnnotation Modifier and Type Method Description void
StructuredAnnotations. addTimestampAnnotation(TimestampAnnotation timestampAnnotation)
void
StructuredAnnotations. removeTimestampAnnotation(TimestampAnnotation timestampAnnotation)
TimestampAnnotation
StructuredAnnotations. setTimestampAnnotation(int index, TimestampAnnotation timestampAnnotation)
Constructors in ome.xml.model with parameters of type TimestampAnnotation Constructor Description TimestampAnnotation(TimestampAnnotation orig)
Copy constructor.
-