Get all Enumerations and values in Java action

0
Hello! Is it possible to get all Enumerations existing in a module, and its values (names and captions), using a Java action? Also, is it possible to add/modify the caption or name values with a Java action? If any of this actions is possible, which classes should be used?   Thank you!
asked
1 answers
0

You cannot change enumerations at runtime.

And I don’t think there’s a method to get a list of all enumerations.

regards, Fabian

answered