org.tm4j.topicmap.VariantContainer .createVariant(java.lang.String id)

Description

Creates a new child variant of this object.

Parameters
java.lang.String id the unique identifier to be assigned to the newly created Variant. If null is passed in, then the backend will generate a unique identifier for the new Variant.

Throws

Returns

the newly created Variant. The new Variant has no data or dataLocator set and no parameters specified.

Other Resources

Related Topics

Has Parameters