fieldEntry.enumValue() gives the INT value . How to obtain the enum text representation ? Please advise.
Hello @sagar.s
EMA Java is opensource so you can modify it to get decoded enum value according to the enumdictionary it has loaded. Please refer to the question
Decoding FieldList Contents with Field and Enumerated Types Dictionaries which explains how to modify EMA Java to get enum text
Hi @sagar.s,
The details of the enumeration values you are interested in are available within the dictionary however these details and interface are presently hidden from the developer. These capabilities will be available in future releases.
You can refer this discussion and approach to programmatically access these details.
Is there any Java discussion which I can refer?
There are no equivalent discussions within this forum related to Java. However, you can refer to the EMA Examples, specifically within the 300 Series Examples, you will find 332__Dictionary__Streaming.
Is there an ETA for enumText representation for the future release? Any idea when it will be released?