Interface MTopicMapReference
-
- All Superinterfaces:
AutoCloseable,TopicMapReferenceIF
public interface MTopicMapReference extends TopicMapReferenceIF
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()PUBLIC: Gets the id of the reference.TopicMapSourceIFgetSource()PUBLIC: Gets the source to which the reference belongs.StringgetTitle()PUBLIC: Gets the title of the reference.booleanisDeleted()PUBLIC: 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 Detail
-
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
-
-