-
-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
handling of Enum types #159
Comments
We may have some low level support in https://github.com/JuliaInterop/JavaCall.jl/blob/master/src/JNI.jl . Essentially the question comes down to how you would work with Enum types via JNI. If you can link that documentation, we can build up from there. |
Sadly this seems not sufficient to me as I can not get set the fields this way (not an Java expert).
Thanks, in fact Taro.jl is what I want to extend with some formatting features, this is why I came across this |
This look informative: |
Worked for me! Thanks a lot!!
|
After some investigation I noticed that it is also possible to simply use the
|
Could you do
|
Perhaps another approach would be to use |
I am correct with the assumption that there is currently no way to handle Java
Enum
types. If I am wrong here, can someone provide me an example please?In my case the specific problems appear when working with this Java object.
The text was updated successfully, but these errors were encountered: