public interface MTopicMapReference extends TopicMapReferenceIF
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
PUBLIC: Gets the id of the reference.
|
TopicMapSourceIF |
getSource()
PUBLIC: Gets the source to which the reference belongs.
|
String |
getTitle()
PUBLIC: Gets the title of the reference.
|
boolean |
isDeleted()
PUBLIC: Returns true if the topic map has been deleted.
|
boolean |
isOpen()
PUBLIC: Returns true if the reference is open.
|
clear, close, createStore, delete, open, setId, setSource, setTitle, storeClosedString getId()
TopicMapReferenceIFgetId in interface TopicMapReferenceIFString getTitle()
TopicMapReferenceIFgetTitle in interface TopicMapReferenceIFTopicMapSourceIF getSource()
TopicMapReferenceIFgetSource in interface TopicMapReferenceIFboolean isOpen()
TopicMapReferenceIFisOpen in interface TopicMapReferenceIFboolean isDeleted()
TopicMapReferenceIFisDeleted in interface TopicMapReferenceIF