testdev/svstestdev/ini/com.symbian.ini/text/description.txt
changeset 0 f1112f777ce9
equal deleted inserted replaced
-1:000000000000 0:f1112f777ce9
       
     1 Model Ini
       
     2 
       
     3 This model description is not a real EMF artifact. It was generated by the
       
     4 org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's
       
     5 code generator can be extended.
       
     6 This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false.
       
     7 
       
     8 Contains packages:
       
     9   ini <http://www.symbian.com/ini>
       
    10   comment <http://www.symbian.com/comment>
       
    11 
       
    12 Package ini <http://www.symbian.com/ini>
       
    13 
       
    14   Class IniModel
       
    15     Reference ini : Ini<<1..*>>
       
    16 
       
    17   Class Ini
       
    18 
       
    19   Class IniLeaf
       
    20 
       
    21   Class Section -> AttachedComment, Ini
       
    22     Attribute name : EString<<1..1>>
       
    23     Reference iniLeaf : IniLeaf<<1..*>>
       
    24 
       
    25   Class Data -> AttachedComment, Ini, IniLeaf
       
    26     Attribute key : EString<<1..1>>
       
    27     Attribute value : EString<<1..1>>
       
    28 
       
    29   Class IniComment -> Comment, Ini, IniLeaf
       
    30 
       
    31 Package comment <http://www.symbian.com/comment>
       
    32 
       
    33   Class Comment
       
    34     Attribute comment : EString
       
    35     Reference tag : CommentTag
       
    36 
       
    37   Class CommentTag
       
    38     Attribute key : EString<<1..1>>
       
    39     Attribute value : EString<<1..1>>
       
    40 
       
    41   Class AttachedComment
       
    42     Reference /attachedComment : Comment<<0..*>>
       
    43     Reference /attachedTag : CommentTag<<0..*>>
       
    44     Operation isAttachedAbove() : EBoolean<<1..1>>