Module: Java::OrgTmapiCore::Locator
- Extends:
- Superiseable
- Includes:
- RTM::Locator
- Defined in:
- rtm-javatmapi/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
-
- (Object) value
Returns the external form of the IRI.
Methods included from Superiseable
method_added, register_java_implementation, superised, superising
Instance Method Details
- (Object) value
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 'rtm-javatmapi/lib/rtm/javatmapi/core/locator.rb', line 16 def value toExternalForm end |