public abstract class ModelField extends Object implements Serializable
A common superclass for all model fields.
| Constructor and Description |
|---|
ModelField() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.dmg.pmml.DataType |
getDataType() |
abstract org.dmg.pmml.FieldName |
getName() |
abstract org.dmg.pmml.OpType |
getOpType() |
String |
toString() |
protected org.jpmml.model.ToStringHelper |
toStringHelper() |
Copyright © 2018. All rights reserved.