public abstract class ModelField extends Object implements Serializable
A common superclass for all model fields.
| Constructor and Description |
|---|
ModelField(org.dmg.pmml.Field<?> field) |
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.DataType |
getDataType() |
String |
getDisplayName() |
org.dmg.pmml.Field<?> |
getField() |
org.dmg.pmml.FieldName |
getName() |
org.dmg.pmml.OpType |
getOpType() |
void |
setName(org.dmg.pmml.FieldName name)
Soft-renames this model field.
|
String |
toString() |
protected org.jpmml.model.ToStringHelper |
toStringHelper() |
public org.dmg.pmml.FieldName getName()
public void setName(org.dmg.pmml.FieldName name)
Soft-renames this model field.
name - The new name of the model field.
Use null to restore the origial name of the model field.public String getDisplayName()
public org.dmg.pmml.DataType getDataType()
public org.dmg.pmml.OpType getOpType()
protected org.jpmml.model.ToStringHelper toStringHelper()
public org.dmg.pmml.Field<?> getField()
Field element.Copyright © 2018. All rights reserved.