Version: 5.4.9-ice35-b101

OmeroBlitz API
Home Previous Up Next Index

omero::model::NamespaceAnnotationLink

Overview

[ "protected" ] class NamespaceAnnotationLink extends IObject

Used By

NamespaceAnnotationLinksSeq
Namespace::addNamespaceAnnotationLink
Namespace::addNamespaceAnnotationLinkToBoth
Namespace::linkAnnotation
Namespace::removeNamespaceAnnotationLink
Namespace::removeNamespaceAnnotationLinkFromBoth

Operation Index

getVersion
setVersion
getParent
setParent
getChild
setChild
link

Data Member Index

version
parent
child

Operations

RInt getVersion()

void setVersion(RInt theVersion)

Namespace getParent()

void setParent(Namespace theParent)

Annotation getChild()

void setChild(Annotation theChild)

void link(Namespace theParent, Annotation theChild)

Data Members

RInt version;

Namespace parent;

Annotation child;


Home Previous Up Next Index