org.tm4j.topicmap.Variant .setVariantName(org.tm4j.topicmap.VariantName name)

Description

Sets the VariantName contained by this Variant. If the Variant already has a child VariantName, it will be replaced by the one passed to this method. If the value passed to this method is null, the existing VariantName child will be removed from this object.

Parameters
org.tm4j.topicmap.VariantName name The VariantName child to be added to this object, or null to remove any existing child from this object.

Throws

Other Resources

Related Topics

Has Parameters