The Object Discovery Agent Development Kit (ODK) API provides the AgentMetaData class to contain the meta-data for the Object Discovery Agent (ODA). Member variables of this class represent the ODA meta-data. Business Object Wizard can access the ODA's meta-data by calling the getMetaData() method in the ODA's class.
The AgentMetaData class defines the following:
The AgentMetaData class implements the ODKConstant interface. Therefore, all constants defined in ODKConstant are available to an AgentMetaData object. For a list of constants the ODKConstant interface defines, see ODKConstant interface.