| [news.eclipse.tools.emf] Re: Serialization: additional date formats |
Hi guys,
So I've had an idea for a solution that I wanted to bounce off you guys:
Jason Henriksen
Jan,
The answer depends on the EMF version. Before 2.3 we could not rely on anything not in the 1.4 JDK, so we had our own interface class like XMLGregorianCalendar. To hide it, we only surfaced java.lang.Object. Now in 2.3 or greater, we surface it as XMLGegorianCalendar in the APIs. You can get at the data type in XMLTypePackage from UML right?