Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 32c94e672bb6b9a3e93871240d47de946b88a1a0 (plain) (blame)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[comment encoding = UTF-8 /]
[module Constants('http://www.eclipse.org/uml2/4.0.0/UML')]


[template public constIncludeHFile(dummy : Element)]
// include associated header file
[/template]

[template public constIncludeHeaderStart(dummy : Element)]
// Include from Include stereotype (header)
[/template]

[template public constIncludePreBodyStart(dummy : Element)]
// Include from Include stereotype (pre-body)
[/template]

[template public constIncludePreBodyEnd(dummy : Element)]
// End of Include stereotype (pre-body)
[/template]

[template public constIncludeBodyStart(dummy : Element)]
// Include from Include declaration (body)
[/template]

[template public constIncludeHeaderEnd(dummy : Element)]
// End of Include stereotype (header)
[/template]

[template public constIncludeBodyEnd(dummy : Element)]
// End of Include stereotype (body)
[/template]

[template public constDerivedIncludes(dummy : Element)]
// Derived includes directives
[/template]

[template public forwardDecl(dummy : Element)]
// forward declarations
[/template]

[template public constStaticAttributes(dummy : Element)]
// static attributes (if any)
[/template]

[template public packageTypes(dummy : Element)]
// Types defined within the package
[/template]


[template public undefinedType(dummy : Element)]
undefined
[/template]

Back to the top