Interface MTopicMapAsValue
-
- All Superinterfaces:
ReifiableIF
,TMObjectIF
,TopicMapIF
public interface MTopicMapAsValue extends TopicMapIF
-
-
Field Summary
-
Fields inherited from interface net.ontopia.topicmaps.core.ReifiableIF
EVENT_SET_REIFIER
-
Fields inherited from interface net.ontopia.topicmaps.core.TMObjectIF
EVENT_ADD_ITEMIDENTIFIER, EVENT_REMOVE_ITEMIDENTIFIER, MSG_NULL_ARGUMENT
-
Fields inherited from interface net.ontopia.topicmaps.core.TopicMapIF
EVENT_ADD_ASSOCIATION, EVENT_ADD_TOPIC, EVENT_REMOVE_ASSOCIATION, EVENT_REMOVE_TOPIC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getObjectId()
PUBLIC: Gets the id of this object.-
Methods inherited from interface net.ontopia.topicmaps.core.ReifiableIF
getReifier, setReifier
-
Methods inherited from interface net.ontopia.topicmaps.core.TMObjectIF
addItemIdentifier, getItemIdentifiers, getTopicMap, isReadOnly, remove, removeItemIdentifier
-
Methods inherited from interface net.ontopia.topicmaps.core.TopicMapIF
clear, getAssociations, getBuilder, getIndex, getObjectById, getObjectByItemIdentifier, getStore, getTopicBySubjectIdentifier, getTopicBySubjectLocator, getTopics
-
-
-
-
Method Detail
-
getObjectId
String getObjectId()
Description copied from interface:TMObjectIF
PUBLIC: Gets the id of this object. The object id is part of the topic map id space, and must be unique. The object id is not significant (or unique) outside the current topic map. The object id is immutable. The object id is thus stable through this object's lifetime.- Specified by:
getObjectId
in interfaceTMObjectIF
- Returns:
- string which is this object's id.
-
-