-- File: StepBasic_DocumentType.cdl -- Created: Tue Jun 30 15:03:22 1998 -- Author: Christian CAILLET -- ---Copyright: Matra Datavision 1998 class DocumentType from StepBasic inherits TShared from MMgt uses HAsciiString from TCollection is Create returns mutable DocumentType; Init (me : mutable; apdt : HAsciiString); ProductDataType (me) returns HAsciiString; SetProductDataType (me : mutable; apdt : HAsciiString); fields thepdt : HAsciiString; end DocumentType;