FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member Summary | |
---|---|
dictionary<string, string > | config
A dictionary of configuration parameter names, and their corresponding value (as a string) to be passed to the Position Tracker implementation on subscription. |
dictionary<string, context > | configCtxs
A dictionary of configuration parameter names, and the corresponding context information to be passed to the Position Tracker implementation on subscription. |
Action Summary | |
---|---|
void |
addContextParam(string paramName, context paramValue)
This function adds a parameter name and its corresponding context value to the list of configuration parameters. |
void |
addParam(string paramName, string paramValue)
This function adds a parameter name and its corresponding value (as a string) to the list of configuration parameters. |
boolean |
getBooleanParameter(string paramName)
This function gets the value of a specified parameter name as a boolean type that has been added to this list of configuration parameters. |
context |
getContextParam(string paramName)
This function gets the value of a specified parameter name as a context type that has been added to this list of configuration parameters. |
decimal |
getDecimalParameter(string paramName)
This function gets the value of a specified parameter name as a decimal type that has been added to this list of configuration parameters. |
float |
getFloatParameter(string paramName)
This function gets the value of a specified parameter name as a float type that has been added to this list of configuration parameters. |
integer |
getIntegerParameter(string paramName)
This function gets the value of a specified parameter name as a integer type that has been added to this list of configuration parameters. |
string |
getParam(string paramName)
This function gets the value of a specified parameter name as a string type that has been added to this list of configuration parameters. |
string |
getStringParameter(string paramName)
This function gets the value of a specified parameter name as a string type that has been added to this list of configuration parameters. |
sequence<string > |
getStringSequenceParameter(string paramName)
This function gets the value of a specified parameter name as a sequence<string> type that has been added to this list of configuration parameters. |
boolean |
hasParam(string paramName)
This function allows the user to check whether the specified parameter name has been added to this list of configuration parameters. |
void |
removeParam(string paramName)
This function removes the specified parameter name from the list of configuration parameters. |
Member Detail |
---|
dictionary<string, string > configA dictionary of configuration parameter names, and their corresponding value (as a string) to be passed to the Position Tracker implementation on subscription.
dictionary<string, context > configCtxsA dictionary of configuration parameter names, and the corresponding context information to be passed to the Position Tracker implementation on subscription.
Action Detail |
---|
void addContextParam(string paramName, context paramValue)This function adds a parameter name and its corresponding context value to the list of configuration parameters.
void addParam(string paramName, string paramValue)This function adds a parameter name and its corresponding value (as a string) to the list of configuration parameters.
boolean getBooleanParameter(string paramName)This function gets the value of a specified parameter name as a boolean type that has been added to this list of configuration parameters.
context getContextParam(string paramName)This function gets the value of a specified parameter name as a context type that has been added to this list of configuration parameters.
decimal getDecimalParameter(string paramName)This function gets the value of a specified parameter name as a decimal type that has been added to this list of configuration parameters.
float getFloatParameter(string paramName)This function gets the value of a specified parameter name as a float type that has been added to this list of configuration parameters.
integer getIntegerParameter(string paramName)This function gets the value of a specified parameter name as a integer type that has been added to this list of configuration parameters.
string getParam(string paramName)This function gets the value of a specified parameter name as a string type that has been added to this list of configuration parameters.
string getStringParameter(string paramName)This function gets the value of a specified parameter name as a string type that has been added to this list of configuration parameters.
sequence<string > getStringSequenceParameter(string paramName)This function gets the value of a specified parameter name as a sequence<string> type that has been added to this list of configuration parameters.
boolean hasParam(string paramName)This function allows the user to check whether the specified parameter name has been added to this list of configuration parameters.
void removeParam(string paramName)This function removes the specified parameter name from the list of configuration parameters.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |