Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 32c94e672bb6b9a3e93871240d47de946b88a1a0 (plain) (tree)
1
2
3
4
5
6
7
8
9



                                                           
                                                    


                                 
                                                          


                                           
                                                           


                                             
                                                         


                                       
                                                        


                                          
                                                        


                                     
                                                      


                                   
                                                       






                                              
                                                        










                                                
[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