omero::model::Namespace
Overview
[ "protected" ]
class Namespace extends IObject
Used By
- reloadAnnotationLinks
- NamespaceAnnotationLink::getParent
- NamespaceAnnotationLink::link
- NamespaceAnnotationLink::parent
- NamespaceAnnotationLink::setParent
Operation Index
- getVersion
-
- setVersion
-
- getKeywords
-
- setKeywords
-
- getMultivalued
-
- setMultivalued
-
- getDisplay
-
- setDisplay
-
- getDisplayName
-
- setDisplayName
-
- unloadAnnotationLinks
-
- sizeOfAnnotationLinks
-
- copyAnnotationLinks
-
- addNamespaceAnnotationLink
-
- addAllNamespaceAnnotationLinkSet
-
- removeNamespaceAnnotationLink
-
- removeAllNamespaceAnnotationLinkSet
-
- clearAnnotationLinks
-
- reloadAnnotationLinks
-
- getAnnotationLinksCountPerOwner
-
- linkAnnotation
-
- addNamespaceAnnotationLinkToBoth
-
- findNamespaceAnnotationLink
-
- unlinkAnnotation
-
- removeNamespaceAnnotationLinkFromBoth
-
- linkedAnnotationList
-
- getName
-
- setName
-
- getDescription
-
- setDescription
-
Data Member Index
- version
-
- keywords
-
- multivalued
-
- display
-
- displayName
-
- annotationLinksSeq
-
- annotationLinksLoaded
-
- annotationLinksCountPerOwner
-
- name
-
- description
-
Operations
RInt getVersion()
void setVersion(RInt theVersion)
RBool getMultivalued()
void setMultivalued(RBool theMultivalued)
RBool getDisplay()
void setDisplay(RBool theDisplay)
RString getDisplayName()
void setDisplayName(RString theDisplayName)
void unloadAnnotationLinks()
int sizeOfAnnotationLinks()
void clearAnnotationLinks()
void reloadAnnotationLinks(Namespace toCopy)
sys::CountMap getAnnotationLinksCountPerOwner()
void addNamespaceAnnotationLinkToBoth(NamespaceAnnotationLink link, bool bothSides)
void unlinkAnnotation(Annotation removal)
void removeNamespaceAnnotationLinkFromBoth(NamespaceAnnotationLink link, bool bothSides)
void setName(RString theName)
RString getDescription()
void setDescription(RString theDescription)
Data Members
RInt version;
RBool multivalued;
bool annotationLinksLoaded;
sys::CountMap annotationLinksCountPerOwner;