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(Object[] args)PythonEnumPythonEnumConstructor. newObject()Constructor parameters in org.jpmml.python with type arguments of type PythonEnum Constructor Description PythonEnumConstructor(String module, String name, Class<? extends PythonEnum> clazz)
-