Class BooleanAnnotationData


  • public class BooleanAnnotationData
    extends AnnotationData
    Boolean annotation.
    Since:
    OME3.0
    • Field Detail

      • INSIGHT_PUBLISHED_NS

        public static final java.lang.String INSIGHT_PUBLISHED_NS
        The name space used to indicate that the tag is used a tag set.
        See Also:
        Constant Field Values
    • Constructor Detail

      • BooleanAnnotationData

        public BooleanAnnotationData()
        Creates a new instance.
      • BooleanAnnotationData

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

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