configtool/com.nokia.S60CT.iby/text/description.txt
author terytkon
Wed, 02 Jun 2010 10:50:41 +0300
changeset 1 fe41c66bacc7
parent 0 30eb2d538f02
permissions -rw-r--r--
Changed rest of the sfl licences to epl :)

Model Iby

This model description is not a real EMF artifact. It was generated by the
org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's
code generator can be extended.
This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false.

Package IBY <http:///IBY.ecore>

  Class Entity
    Attribute ref : EString<<1..1>>
    Attribute value : EString<<1..1>>
    Attribute gvalue : EString

  Class IBYFile
    Attribute name : EString<<1..1>>
    Reference locationt : Location<<1..1>>
    Reference entries : Entry<<1..*>>
    Attribute flag : EString
    Attribute validContent : EBoolean

  Class Location -> Entity

  Class Entry
    Reference source : SrcPath<<1..1>>
    Reference target : TargetPath<<1..1>>
    Reference fileName : FileName<<1..1>>

  Class SrcPath -> Entity

  Class TargetPath -> Entity

  Class FileName -> Entity2

  Class Entity2 -> Entity
    Attribute plugin : EString<<1..1>>
    Attribute files : EMap