Java action - Access Emun Key and Caption possible?

1
Hi all! Is it possible to access both Caption and Key of an enumeration in a java action?   Thank in advance!
asked
1 answers
0

Dear Virginia ,

Access your enum by importing like this in java file 

import myfirstmodule.proxies.Enum_Status;

sample code below for you :

answered