Package org.kie.pmml.api.models
Class OutputField
- java.lang.Object
-
- org.kie.pmml.api.models.OutputField
-
- All Implemented Interfaces:
Serializable
public class OutputField extends Object implements Serializable
User-friendly representation of an OutputField- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OutputField(String name, OP_TYPE opType, DATA_TYPE dataType, String targetField, RESULT_FEATURE resultFeature, List<String> allowedValues)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getAllowedValues()DATA_TYPEgetDataType()StringgetName()OP_TYPEgetOpType()RESULT_FEATUREgetResultFeature()StringgetTargetField()
-