Module: Java::OrgTmapiCore::Locator

Extended by:
Superiseable
Includes:
RTM::Locator
Defined in:
lib/rtm/javatmapi/core/locator.rb

Overview

Copyright: Copyright 2009 Topic Maps Lab, University of Leipzig. License: Apache License, Version 2.0

Instance Method Summary collapse

Methods included from Superiseable

method_added, register_java_implementation, superised, superising

Instance Method Details

#valueObject

Returns the external form of the IRI. Any special character will be escaped using the escaping conventions of RFC 3987.

:call-seq:

value -> String


16
17
18
# File 'lib/rtm/javatmapi/core/locator.rb', line 16

def value
  toExternalForm
end