@doc>
An object containing information about a %PROD% package
Instances of this class are created automatically by the system, and should
not be created directly.
(c) SAP AG 2003-2006. All rights reserved.
Class PackageInfo;
<@doc>Gets the package name (namespace)
readonly property name = '';
<@doc>Gets the preferred package prefix
readonly property prefix = '';
<@doc>Gets the package version
readonly property version = '';
<@doc>Gets the package display label
readonly property label = '';
<@doc>Gets the package description summary
readonly property summary = '';
<@doc>Gets the package author or authors
readonly property authors = '';
<@doc>Gets the package copyright message
readonly property copyright = '';
<@doc>Gets the table of contained kits, indexed by kit urn
readonly property kits = ^KitInfo[urn];