getBOVersion()

Retrieves the version of the business object definition that a child business object references.

Syntax

CXVersion getBOVersion();
 

Parameters

None.

Return values

The version of a business object definition.

Notes

You can use the getBOVersion() method to determine the business object definition for a child business object. The getBOVersion() method returns the version information in a CxVersion object. You can use methods of the CxVersion class to obtainversion information.

Note:
This operation applies only to attributes that specify a contained business object. If the attribute does not contain a business object, the getBOVersion() method returns a version string with a default value of 0.0.0.

Copyright IBM Corp. 1997, 2004