Kanzi  3.9.8
Kanzi Engine Java API
ResourceDictionary.UrlMapPair Class Reference

Represents a record in resource ID to URL map as a key-URL pair. More...

Public Member Functions

ResourceID getKey ()
 Returns the resource ID corresponding to this pair. More...
 
String getUrl ()
 Returns the resource URL corresponding to this pair. More...
 

Detailed Description

Represents a record in resource ID to URL map as a key-URL pair.

Member Function Documentation

ResourceID getKey ( )

Returns the resource ID corresponding to this pair.

Returns
The resource ID corresponding to this pair.
String getUrl ( )

Returns the resource URL corresponding to this pair.

Returns
The resource URL corresponding to this pair.