getBOSpecificProperty()

Retrieves the specified business-object property.

Syntax

public AgentProperty getBOSpecificProperty(String propName);

Parameters

propName
Is the name of the business-object property to retrieve.

Return values

An AgentProperty object that contains the specified business-object property, or null if no business-object property of that name exists.

Notes

The getBOSpecificProperty() method retrieves the propName business-object property from the ODA-runtime memory. Business Object Wizard saves these properties into memory after the user specifies their values in the BO Properties dialog box (part of Step 5). This method returns the specified business-object property as an AgentProperty object. You can obtain information about the property by accessing the object's member variables.

See also

getAllBOSpecificProperties(), getBOSpecificProps()

Copyright IBM Corp. 1997, 2004