object : version

Return the internal version of the software.

Any other method of any other object can call this method. This is called 'public' access.

All other objects can call this method without having an instance of this object. This is called 'global' scope. In Some languages, this would be a "static" method.

The data-type returned is "schema_versiontype"; Return the internal software version.

This method is contained in the object "object".

This method takes no arguments.

C++

Return the software version string.

	return schema_version(1, 0, 0, );

Java

Return the software version string.

	return new schema_version(1, 0, 0, );

Generated: Wed Apr 5 23:59:48 EST 2006 using "xsltproc ... docbook.xsl". Copyright (c) 2003, 2004, 2005; Paul Hamilton; pHamtec P/L. Use, modification, and distribution is provided free of any limitations.