Uses of Class
org.lemsml.export.matlab.MatlabWriter.Method
-
Packages that use MatlabWriter.Method Package Description org.lemsml.export.matlab -
-
Uses of MatlabWriter.Method in org.lemsml.export.matlab
Methods in org.lemsml.export.matlab that return MatlabWriter.Method Modifier and Type Method Description static MatlabWriter.Method
MatlabWriter.Method. valueOf(String name)
Returns the enum constant of this type with the specified name.static MatlabWriter.Method[]
MatlabWriter.Method. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.lemsml.export.matlab with parameters of type MatlabWriter.Method Modifier and Type Method Description void
MatlabWriter. setMethod(MatlabWriter.Method method)
-