blob: e711a0cdd7203f223ab41fcaef99e89142726f1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
-- File: PDataStd_UAttribute.cdl
-- Created: Fri Jun 11 11:41:53 1999
-- Author: Sergey RUIN
---Copyright: Matra Datavision 1999
class UAttribute from PDataStd inherits Attribute from PDF
---Purpose:
uses HExtendedString from PCollection
is
Create returns mutable UAttribute from PDataStd;
SetID(me: mutable; guid: HExtendedString from PCollection );
GetID(me) returns HExtendedString from PCollection;
fields
myID : HExtendedString from PCollection;
end UAttribute;
|