org.tm4j.topicmap.Topic .createName(java.lang.String id,java.lang.String nameString,org.tm4j.topicmap.Topic[] scope)

Description

Creates a new BaseName as a child of this Topic

Parameters
java.lang.String id the unique object id to be assigned to the new BaseName object. If this parameter is null, the back-end will assign an ID to the newly created object. the unique object id to be assigned to the new BaseName object. If this parameter is null, the back-end will assign an ID to the newly created object.
java.lang.String nameString the string to be assigned to the new BaseName as content.
org.tm4j.topicmap.Topic scope the topics to be assigned to the scope of the new BaseName.

Throws

Returns

a new BaseName object.

Other Resources

Related Topics