Interface MTopicMapAsValue
- All Superinterfaces:
ReifiableIF,TMObjectIF,TopicMapIF
-
Field Summary
Fields inherited from interface net.ontopia.topicmaps.core.ReifiableIF
EVENT_SET_REIFIERFields inherited from interface net.ontopia.topicmaps.core.TMObjectIF
EVENT_ADD_ITEMIDENTIFIER, EVENT_REMOVE_ITEMIDENTIFIER, MSG_NULL_ARGUMENTFields inherited from interface net.ontopia.topicmaps.core.TopicMapIF
EVENT_ADD_ASSOCIATION, EVENT_ADD_TOPIC, EVENT_REMOVE_ASSOCIATION, EVENT_REMOVE_TOPIC -
Method Summary
Methods inherited from interface net.ontopia.topicmaps.core.ReifiableIF
getReifier, setReifierMethods inherited from interface net.ontopia.topicmaps.core.TMObjectIF
addItemIdentifier, getItemIdentifiers, getTopicMap, isReadOnly, remove, removeItemIdentifierMethods inherited from interface net.ontopia.topicmaps.core.TopicMapIF
clear, getAssociations, getBuilder, getIndex, getObjectById, getObjectByItemIdentifier, getStore, getTopicBySubjectIdentifier, getTopicBySubjectLocator, getTopics
-
Method Details
-
getObjectId
String getObjectId()Description copied from interface:TMObjectIFPUBLIC: 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:
getObjectIdin interfaceTMObjectIF- Returns:
- string which is this object's id.
-