Returns a handle to the singleton ODKUtility object.
Syntax
public static ODKUtility getODKUtility();
Parameters
None.
Return values
A handle to an ODKUtility object.
Notes
The getODKUtility() method provides access within the ODA code to the utilities in the ODKUtility class. You must use getODKUtility() to obtain a handle to the singleton object of this class before you access the ODKUtility methods.
See also