fieldEntry.enumValue() gives the INT value . How to obtain the enum text representation ? Please advise.
New posts are disabled while we improve the user experience.
You can browse the site, or for urgent issues, raise a query at MyAccount.
fieldEntry.enumValue() gives the INT value . How to obtain the enum text representation ? Please advise.
Hello @sagar.s
EMA Java is open source so you can modify it to get decoded enum value according to the enum dictionary 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.
Hi @sagar.s,
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.