Hi,
I was wondering if there is a mechanism for loading the enumerations literals from a text file. There are cases where the literals of a class are quite lengthy and such a mechanism would help. Or we might want to model an attribute, of a class, to get values from a list contained in a text file.
To give an example, consider an attribute referring to a country name. We either want to preload the countries’ names from a text file or alternatively link this attribute to an external entity called country_names.txt.
Any suggestions?