Uses of Class
org.jpmml.python.PythonEnum
-
Packages that use PythonEnum Package Description org.jpmml.python -
-
Uses of PythonEnum in org.jpmml.python
Methods in org.jpmml.python that return PythonEnum Modifier and Type Method Description PythonEnumPythonEnumConstructor. construct(java.lang.Object[] args)PythonEnumPythonEnumConstructor. newObject()Constructor parameters in org.jpmml.python with type arguments of type PythonEnum Constructor Description PythonEnumConstructor(java.lang.String module, java.lang.String name, java.lang.Class<? extends PythonEnum> clazz)
-