company logo

EnumeratorDefinition :: type - Associated object type

This is the name for the associated object type for the category. This name is allowed only for typed enumerations. Typed categories are an ODABA specific extension that allow associating a category with a class (type) definition.

Return value:  Type name ( odaba::String & )

The type name is the name of a data type (usually) defined in the database. The type name might be passed as simple identifier or as scoped name with preceding namespace names separated by double colon '::'.

In order to pass no type name, an empty string ( String() ) may be passed.

Implementation details