# Copyright: Copyright 2009 Topic Maps Lab, University of Leipzig. # License: Apache License, Version 2.0 module Java::OrgTmapiCore::Variant include RTM::Variant extend Superiseable # Returns the Name this Variant belongs to. # # :call-seq: # parent -> Name # def parent getParent end alias :reverse_children :parent end