Uses of Class
org.kie.pmml.api.enums.CLOSURE
-
Packages that use CLOSURE Package Description org.kie.pmml.api.enums -
-
Uses of CLOSURE in org.kie.pmml.api.enums
Methods in org.kie.pmml.api.enums that return CLOSURE Modifier and Type Method Description static CLOSURECLOSURE. byName(java.lang.String name)static CLOSURECLOSURE. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CLOSURE[]CLOSURE. values()Returns an array containing the constants of this enum type, in the order they are declared.
-