Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

Matlab problem using java enumerators

1 visualizzazione (ultimi 30 giorni)
Paolo
Paolo il 2 Feb 2014
Chiuso: MATLAB Answer Bot il 20 Ago 2021
Hello, I have a problem using java enumerator in Matlab. I tried to use some suggestion available in some references like the Altman book but not in all the situation I have the solution proposed work fine. For example here below there is a case where enumerator created in java I am not able to capture
I have an external jar with the following class
com.myClass.enumMethods
If I see the methods from Matlab, they appear in this way myClass$enumMethods.
In Java, this enumerators have the following properties:
Enclosing class: myClass
public static final class myClass.enumMethods extends Object
Enumeration type for myClass. The following values are allowed: * ENUM_1 * ENUM_2 * ENUM_3
Field Summary: static myClass.EnumMethods ENUM_1 static myClass.EnumMethods ENUM_2 static myClass.EnumMethods ENUM_3
Thank you in advance for the help
Paolo

Risposte (0)

Questa domanda è chiusa.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by