Uses of Class
ome.xml.model.BooleanAnnotation
-
Packages that use BooleanAnnotation Package Description ome.xml.model -
-
Uses of BooleanAnnotation in ome.xml.model
Methods in ome.xml.model that return BooleanAnnotation Modifier and Type Method Description BooleanAnnotationStructuredAnnotations. getBooleanAnnotation(int index)BooleanAnnotationStructuredAnnotations. setBooleanAnnotation(int index, BooleanAnnotation booleanAnnotation)Methods in ome.xml.model that return types with arguments of type BooleanAnnotation Modifier and Type Method Description java.util.List<BooleanAnnotation>StructuredAnnotations. copyBooleanAnnotationList()Methods in ome.xml.model with parameters of type BooleanAnnotation Modifier and Type Method Description voidStructuredAnnotations. addBooleanAnnotation(BooleanAnnotation booleanAnnotation)voidStructuredAnnotations. removeBooleanAnnotation(BooleanAnnotation booleanAnnotation)BooleanAnnotationStructuredAnnotations. setBooleanAnnotation(int index, BooleanAnnotation booleanAnnotation)Constructors in ome.xml.model with parameters of type BooleanAnnotation Constructor Description BooleanAnnotation(BooleanAnnotation orig)Copy constructor.
-