1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-05-31 11:15:31 +03:00
occt/src/StepBasic/StepBasic_DateRole.cdl
2012-03-05 19:23:40 +04:00

32 lines
616 B
Plaintext
Executable File

-- File: DateRole.cdl
-- Created: Fri Dec 1 11:11:18 1995
-- Author: EXPRESS->CDL V0.2 Translator
-- Copyright: Matra-Datavision 1993
class DateRole from StepBasic
inherits TShared from MMgt
uses
HAsciiString from TCollection
is
Create returns mutable DateRole;
---Purpose: Returns a DateRole
Init (me : mutable;
aName : mutable HAsciiString from TCollection) is virtual;
-- Specific Methods for Field Data Access --
SetName(me : mutable; aName : mutable HAsciiString);
Name (me) returns mutable HAsciiString;
fields
name : HAsciiString from TCollection;
end DateRole;