<@doc> An object containing information about a %PROD% kit 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 KitInfo; <@doc>Gets the bare kit name readonly property name = ''; <@doc>Get the fully-qualified kit urn readonly property urn = ''; <@doc>Gets the package that owns this kit readonly property package = ^PackageInfo; <@doc>Gets the version of the package that owns this kit readonly property version = ''; <@doc type="Enum">Gets the kit type (P=Production, I=Internal, E=Extension, S=Startup) readonly property type = ''; <@doc>Gets the kit display label readonly property label = ''; <@doc>Gets the kit display icon readonly property icon = ''; <@doc>Gets the kit description summary readonly property summary = ''; <@doc>Gets the kit author or authors readonly property authors = ''; <@doc>Gets the kit copyright message readonly property copyright = ''; <@doc>Gets the table of required packages, indexed by package name readonly property requiredPkgs = ^PackageInfo[name]; <@doc>Gets the table of extended kits, indexed by kit urn readonly property extendedKits = ^KitInfo[urn]; <@doc>Gets the table of feature kits, indexed by kit urn readonly property kitFeatures = ^KitFeature[urn]; <@doc>Gets the array of imported kits urns, indexed by importing order readonly property kitImports = ^String[]; <@doc>Gets the array of imported files urns, indexed by importing order readonly property fileImports = ^String[]; <@doc>Gets the table of all kit precedents (kits that need to be imported before this kit) readonly property precedents = ^KitInfo[urn]; <@doc>Gets the table of all kit dependents (kits that must be imported after this kit) readonly property dependents = ^KitInfo[urn];