interface ti.uia.events.IUIAMetaProvider

Interface to identify UIA MetaData providers to the UIAMetaData xml generation script

Inheriting from this interface is sufficient to identify to ti.uia.runtime.UIAMetaData.xs that the module is able to provide metadata for inclusion in the .uia.xml file
XDCspec summary sourced in ti/uia/events/IUIAMetaProvider.xdc
interface IUIAMetaProvider {  ...
// inherits xdc.runtime.IModule
XDCspec declarations sourced in ti/uia/events/IUIAMetaProvider.xdc
package ti.uia.events;
 
interface IUIAMetaProvider {
module-wide config parameters
}
 
metaonly config IUIAMetaProvider.common$  // module-wide

Common module configuration parameters

XDCspec declarations sourced in ti/uia/events/IUIAMetaProvider.xdc
metaonly config Types.Common$ common$;
 
DETAILS
All modules have this configuration parameter. Its name contains the '$' character to ensure it does not conflict with configuration parameters declared by the module. This allows new configuration parameters to be added in the future without any chance of breaking existing modules.
generated on Mon, 28 Jan 2013 17:45:32 GMT