reTHINK-project / dev-service-framework

DEPRECATED! Service framework libs have been moved to dev-runtime-core repo
Apache License 2.0
1 stars 2 forks source link

multiple definitions of "type" in Catalogue Data Model #15

Closed Endebert closed 8 years ago

Endebert commented 8 years ago

I noticed that in the Catalogue Data Model the field "type" is defined by the Catalogue Data Object and some classes that inherit from it (i.e. Hyperty Descriptor and Hyperty Runtime Descriptor).

For example: "type" is defined by the Catalogue Data Object as a CatalogueObjectType, describing what kind of object it is (e.g. Hyperty). But the Hyperty Descriptor also defines "type", but as an integer, which describes what kind of hyperty it is.

pchainho commented 8 years ago

Thx, it is fixed now (hypertyType in HypertyDescriptor and runtimeType in HypertyRuntimeDescriptor)