org.tm4j.topicmap.Variant .createVariantName(java.lang.String id)

Description

Creates a new VariantName as a child of this Variant. Thw new VariantName will replace any existing VariantName as the only child of this Variant.

Parameters
java.lang.String id the unique object id to be assigned to the new VariantName object. If this parameter is null, the back-end will assign an ID to the newly created object.

Throws

Returns

the newly created VariantName object.

Other Resources

Related Topics

Has Parameters