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 ToStringHelper |
toStringHelper() |
public abstract org.dmg.pmml.FieldName getName()
public abstract org.dmg.pmml.DataType getDataType()
public abstract org.dmg.pmml.OpType getOpType()
protected ToStringHelper toStringHelper()
Copyright © 2018. All rights reserved.