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 BooleanAnnotation
StructuredAnnotations. getBooleanAnnotation(int index)
BooleanAnnotation
StructuredAnnotations. setBooleanAnnotation(int index, BooleanAnnotation booleanAnnotation)
Methods in ome.xml.model that return types with arguments of type BooleanAnnotation Modifier and Type Method Description List<BooleanAnnotation>
StructuredAnnotations. copyBooleanAnnotationList()
Methods in ome.xml.model with parameters of type BooleanAnnotation Modifier and Type Method Description void
StructuredAnnotations. addBooleanAnnotation(BooleanAnnotation booleanAnnotation)
void
StructuredAnnotations. removeBooleanAnnotation(BooleanAnnotation booleanAnnotation)
BooleanAnnotation
StructuredAnnotations. setBooleanAnnotation(int index, BooleanAnnotation booleanAnnotation)
Constructors in ome.xml.model with parameters of type BooleanAnnotation Constructor Description BooleanAnnotation(BooleanAnnotation orig)
Copy constructor.
-