Package org.kie.pmml.api.models
Class OutputField
java.lang.Object
org.kie.pmml.api.models.OutputField
- All Implemented Interfaces:
Serializable
User-friendly representation of an OutputField
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOutputField(String name, OP_TYPE opType, DATA_TYPE dataType, String targetField, RESULT_FEATURE resultFeature, List<String> allowedValues) -
Method Summary
-
Constructor Details
-
OutputField
-
-
Method Details
-
getName
-
getOpType
-
getDataType
-
getTargetField
-
getResultFeature
-
getAllowedValues
-