Interface definition language (IDL) organization

Large parts of the M-Business Anywhere client extension API (PODS) and the M-Business XML API are accessible from both JavaScript and C. To make it easier to locate specific information within an interface, features are consistently ordered by IDL keyword. This presents no problem for JavaScript programmers, but when C programmers look up reference material, they must omit the get or set prefix to the macro name that they must call to access the attribute.