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

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.

Throws

Returns

a new BaseName object.

Other Resources

Related Topics