MCPoolImportDefinition.st
author Claus Gittinger <cg@exept.de>
Sat, 20 Aug 2011 13:47:46 +0200
changeset 250 7837c19d79a2
parent 54 6e528b5a45b5
child 376 3a6604f3248d
permissions -rw-r--r--
added: #version_CVS

"{ Package: 'stx:goodies/monticello' }"

MCVariableDefinition subclass:#MCPoolImportDefinition
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'Monticello-Modeling'
!


!MCPoolImportDefinition class methodsFor:'as yet unclassified'!

type
	^ #pool
! !

!MCPoolImportDefinition methodsFor:'testing'!

isPoolImport
	^ true
! !

!MCPoolImportDefinition class methodsFor:'documentation'!

version
    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCPoolImportDefinition.st,v 1.2 2011-08-20 11:47:46 cg Exp $'
!

version_CVS
    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCPoolImportDefinition.st,v 1.2 2011-08-20 11:47:46 cg Exp $'
!

version_SVN
    ^ '§Id: MCPoolImportDefinition.st 5 2010-08-29 07:30:29Z vranyj1 §'
! !