Interface MTopicMapReference
-
- All Superinterfaces:
AutoCloseable
,TopicMapReferenceIF
public interface MTopicMapReference extends TopicMapReferenceIF
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
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:TopicMapReferenceIF
PUBLIC: Gets the id of the reference.- Specified by:
getId
in interfaceTopicMapReferenceIF
-
getTitle
String getTitle()
Description copied from interface:TopicMapReferenceIF
PUBLIC: Gets the title of the reference.- Specified by:
getTitle
in interfaceTopicMapReferenceIF
-
getSource
TopicMapSourceIF getSource()
Description copied from interface:TopicMapReferenceIF
PUBLIC: Gets the source to which the reference belongs.- Specified by:
getSource
in interfaceTopicMapReferenceIF
-
isOpen
boolean isOpen()
Description copied from interface:TopicMapReferenceIF
PUBLIC: Returns true if the reference is open.- Specified by:
isOpen
in interfaceTopicMapReferenceIF
-
isDeleted
boolean isDeleted()
Description copied from interface:TopicMapReferenceIF
PUBLIC: Returns true if the topic map has been deleted.- Specified by:
isDeleted
in interfaceTopicMapReferenceIF
-
-