I just finished reviewing the contents of the enumeration entity and I was wondering why there aren't "common" data types defined - like the basic Java data types. I see some common data types defined but they seem to be tied to a specific component.

It seems logical to me that a component called "common" with an entity called "enumeration" would have at least these entries:

enumId         description
-------------  -----------------
COMMON_BOOL    Boolean
COMMON_INT     Integer
COMMON_FLOAT   Float
COMMON_STRING  String
COMMON_BINARY  Binary

etc.

Reply via email to