Interface MTopicMapReference
- All Superinterfaces:
AutoCloseable,TopicMapReferenceIF
-
Method Summary
Modifier and TypeMethodDescriptiongetId()PUBLIC: Gets the id of the reference.PUBLIC: Gets the source to which the reference belongs.getTitle()PUBLIC: Gets the title of the reference.booleanPUBLIC: Returns true if the topic map has been deleted.booleanisOpen()PUBLIC: Returns true if the reference is open.Methods inherited from interface net.ontopia.topicmaps.entry.TopicMapReferenceIF
clear, close, createStore, delete, open, setId, setSource, setTitle, storeClosed
-
Method Details
-
getId
String getId()Description copied from interface:TopicMapReferenceIFPUBLIC: Gets the id of the reference.- Specified by:
getIdin interfaceTopicMapReferenceIF
-
getTitle
String getTitle()Description copied from interface:TopicMapReferenceIFPUBLIC: Gets the title of the reference.- Specified by:
getTitlein interfaceTopicMapReferenceIF
-
getSource
TopicMapSourceIF getSource()Description copied from interface:TopicMapReferenceIFPUBLIC: Gets the source to which the reference belongs.- Specified by:
getSourcein interfaceTopicMapReferenceIF
-
isOpen
boolean isOpen()Description copied from interface:TopicMapReferenceIFPUBLIC: Returns true if the reference is open.- Specified by:
isOpenin interfaceTopicMapReferenceIF
-
isDeleted
boolean isDeleted()Description copied from interface:TopicMapReferenceIFPUBLIC: Returns true if the topic map has been deleted.- Specified by:
isDeletedin interfaceTopicMapReferenceIF
-