What is the equivalent for RFA API method expandedValueFor in class FieldDictionary in new EMA API?

Hi Team,

What is the equivalent of RFA API method expandedValueFor in class FieldDictionary in EMA API?

Thanks

Best Answer

  • Jirapongse
    Answer ✓

    @dimple.shah

    Thank you for reaching out to us.

    Please check the DataDictionary.enumType method.

    1712631116977.png

    if ( fldDictComplete && enumTypeComplete )
                {
                    System.out.println(dataDictionary);
                    EnumType enumType = dataDictionary.enumType(4, 3);
                    System.out.println(enumType.display());
                }

    For more information, please refer to the EMA Reference Manual in the RTSDK package.