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