configtool/com.nokia.S60CT.iby/text/description.txt
author terytkon
Thu, 11 Mar 2010 18:39:02 +0200
changeset 0 30eb2d538f02
permissions -rw-r--r--
Moved all configtools under oss repository and under epl licence.

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