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 TimestampAnnotationStructuredAnnotations. getTimestampAnnotation(int index)TimestampAnnotationStructuredAnnotations. setTimestampAnnotation(int index, TimestampAnnotation timestampAnnotation)Methods in ome.xml.model that return types with arguments of type TimestampAnnotation Modifier and Type Method Description java.util.List<TimestampAnnotation>StructuredAnnotations. copyTimestampAnnotationList()Methods in ome.xml.model with parameters of type TimestampAnnotation Modifier and Type Method Description voidStructuredAnnotations. addTimestampAnnotation(TimestampAnnotation timestampAnnotation)voidStructuredAnnotations. removeTimestampAnnotation(TimestampAnnotation timestampAnnotation)TimestampAnnotationStructuredAnnotations. setTimestampAnnotation(int index, TimestampAnnotation timestampAnnotation)Constructors in ome.xml.model with parameters of type TimestampAnnotation Constructor Description TimestampAnnotation(TimestampAnnotation orig)Copy constructor.
-