[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
] [
Newsgroup Home
]
[news.eclipse.tools.emf] Re: How is EDataType modeled to relate to its instances EString, EInt and so on
From
: Rich Kulp <
richkulp@xxxxxxxxxxxxxxxxxx
>
Date
: Mon, 29 Jun 2009 12:38:53 -0400
Newsgroups
:
eclipse.tools.emf
Organization
: EclipseCorner
User-agent
: Thunderbird 2.0.0.22 (Windows/20090605)
As for how it knows that an EInt is a primitive java int, that is done in the initialization of the ECorePackageImpl. It uses the line:
initEDataType(eIntEDataType, int.class, "EInt", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS);
where int.class is the java class of the datatype.
-- Thanks, Rich Kulp
Follow-Ups
:
[news.eclipse.tools.emf] Re: How is EDataType modeled to relate to its instances EString, EInt and so on
From:
Petko
References
:
[news.eclipse.tools.emf] How is EDataType modeled to relate to its instances EString, EInt and so on
From:
Petko
[news.eclipse.tools.emf] Re: How is EDataType modeled to relate to its instances EString, EInt and so on
From:
Rich Kulp
[news.eclipse.tools.emf] Re: How is EDataType modeled to relate to its instances EString, EInt and so on
From:
Petko
[news.eclipse.tools.emf] Re: How is EDataType modeled to relate to its instances EString, EInt and so on
From:
Rich Kulp
Prev by Date:
[news.eclipse.tools.emf] Re: Enum modelisation in ecore
Next by Date:
[news.eclipse.tools.emf] Re: problem with prefix
Previous by thread:
[news.eclipse.tools.emf] Re: How is EDataType modeled to relate to its instances EString, EInt and so on
Next by thread:
[news.eclipse.tools.emf] Re: How is EDataType modeled to relate to its instances EString, EInt and so on
Index(es):
Date
Thread