<@doc> An object representing a %PROD% kit feature 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 KitFeature; <@doc> Creates a new KitFeature object The kit that belongs to this feature Indicates whether the feature is required Indicates whether the feature is selected constructor (kit, required, selected) { this.kit = kit; this.required = required; this.selected = selected; } <@doc>Gets the kit that implements the feature readonly property kit = ^KitInfo; <@doc>Indicates whether the feature is required readonly property required = false; <@doc>Indicates whether the feature is selected readonly property selected = false;