Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » ecore to xml element text
ecore to xml element text [message #395015] Mon, 15 August 2005 20:08
Eclipse UserFriend
Originally posted by: baigmh.yahoo.com

Hi ALL,

Would appriciate, if some one help me with those questions.
------------------------------------------------------------
I have 2 questions.

1 : what needs to be done in EMF ecore(property window) to show the
output(map1,map2) values, as in XML(wheni save .ecore model as .xml)

<map name="ABC">
<mapName>map1</mapName>
<mapName>map2</mapName>
</map>

I am using ecore (java annotaion ) model and saving it into XML file, i am
able to get/set attributes in property window , but need to know how i can
set the values (map1, map2) in property window to get the
<mapName>map1</mapName> effect.

2 : in XML element <properties> have multiline values e.g
<properties>
A.B.C=some value
x.y.z= some value
</properties>
how i can implement this in EMF property.

Thanks in advance for your kind help.
Previous Topic:EMF code generation NOT WORKING
Next Topic:error in generated code
Goto Forum:
  


Current Time: Fri Mar 29 09:57:13 GMT 2024

Powered by FUDForum. Page generated in 0.05178 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top