com.apama.md.client
Event EPValuesInterface



Member Summary
 action< > returns booleanisEmpty

This function allows the user to check whether the list of Extra Parameters is empty or not.
 action<string > returns booleanhasParam

This function allows the user to check whether the specified parameter name is in the list of Extra Parameters returned from the Source/Adapter.
 action<string > returns stringgetParam

This function returns information about the specified Extra Parameter name as a Extra Parameter Snapshot Item (EPSI) event.
 action< > returns dictionary<string, string >getRaw

Returns the raw extra param value data as a key:value dictionary.
 
Member Detail

getParam

action<string > returns string getParam
This function returns information about the specified Extra Parameter name as a Extra Parameter Snapshot Item (EPSI) event.

getRaw

action< > returns dictionary<string, string > getRaw
Returns the raw extra param value data as a key:value dictionary.

hasParam

action<string > returns boolean hasParam
This function allows the user to check whether the specified parameter name is in the list of Extra Parameters returned from the Source/Adapter.

isEmpty

action< > returns boolean isEmpty
This function allows the user to check whether the list of Extra Parameters is empty or not.