Class LongAnnotationData


  • public class LongAnnotationData
    extends AnnotationData
    Wraps a long annotation.
    Since:
    OME3.0
    • Constructor Detail

      • LongAnnotationData

        public LongAnnotationData​(long value)
        Creates a new instance.
        Parameters:
        value - The value to set.
      • LongAnnotationData

        public LongAnnotationData()
        Creates a new instance.
      • LongAnnotationData

        public LongAnnotationData​(omero.model.LongAnnotation annotation)
        Creates a new instance.
        Parameters:
        annotation - The LongAnnotation object corresponding to this DataObject. Mustn't be null.