home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Cayenne Software Inc. 1997
- #
- # File: @(#)msumlsumma.tcl /main/hindenburg/8
- # Author: <generated>
- # Description:
- #---------------------------------------------------------------------------
- # SccsId = @(#)msumlsumma.tcl /main/hindenburg/8 3 Jun 1997 Copyright 1997 Cayenne Software Inc.
-
- # Start user added include file section
- # End user added include file section
-
-
- Class MSUMLSummaryInformation : {OleAutoObject} {
- method destructor
- constructor
- method promoter
- attribute msObject
- attribute objectType
- }
-
- method MSUMLSummaryInformation::destructor {this} {
- # Start destructor user section
- set msObject [$this msObject]
- if [llength $msObject] {
- if [isCommand $msObject] {
- $msObject delete
- }
- }
- # End destructor user section
- }
-
- constructor MSUMLSummaryInformation {class this typeName} {
- set this [OleAutoObject::constructor $class $this ObjectTeamMsRepUml.$typeName]
- }
-
- method MSUMLSummaryInformation::promoter {this} {
- $this msObject [$this property msObject]
- $this objectType [$this property objectType]
- }
-
- # Do not delete this line -- regeneration end marker
-
-