org.tm4j.topicmap.utils.TopicMapSerializer .setTopicMap(org.tm4j.topicmap.TopicMap newTopicMap)

Description

Sets the TopicMap to be serialized. Since changes to this property are vetoable, a registered java.beans.VetoableChangeListener may determine that the property change is inappropriate or invalid, and ask for it to be rolled back. In that case, the property's original value is restored, and a warning is issued to any registered logger.

Parameters
org.tm4j.topicmap.TopicMap newTopicMap the new topic map to be serialized.

Other Resources

Related Topics

Has Parameters