# Copyright: Copyright 2009 Topic Maps Lab, University of Leipzig. # License: Apache License, Version 2.0 module Java::OrgTmapiCore::Locator include RTM::Locator extend Superiseable # Returns the external form of the IRI. # Any special character will be escaped using the escaping conventions # of RFC 3987. # # :call-seq: # value -> String # def value toExternalForm end end