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