How can I pass enum values to a function when using J/Link? What is the correct syntax for typing an enum value?
For example, call normalize()
using NFC
from here.
How can I pass enum values to a function when using J/Link? What is the correct syntax for typing an enum value? For example, call |
|||
|
Enumeration value names are accessible using
Now we can reference the enum values directly in a call to
|
|||
|