Integration Server
10.11 |
Built-In Services Reference Guide
|
Hashtable Folder
|
Summary of Elements in this Folder
|
pub.hashtable:get
pub.hashtable:get
WmPublic. Gets the value for a specified key in the hashtable.
Input Parameters
hashtable
java.util.Hashtable
Hashtable from which to retrieve the specified value.
key
String
Key of the hashtable element whose value is to be retrieved.
Output Parameters
value
Object
Value of the input hashtable element.