public abstract class Field extends PMMLObject implements HasName, Indexable<FieldName>
| Constructor and Description |
|---|
Field() |
| Modifier and Type | Method and Description |
|---|---|
abstract DataType |
getDataType() |
String |
getDisplayName() |
FieldName |
getKey()
Gets the value of the primary key-like attribute.
|
abstract FieldName |
getName() |
abstract OpType |
getOpType() |
abstract Field |
setDataType(DataType dataType) |
Field |
setDisplayName(String displayName) |
abstract Field |
setName(FieldName name) |
abstract Field |
setOpType(OpType opType) |
getLocator, setLocatorpublic String getDisplayName()
public Field setDisplayName(String displayName)
UnsupportedOperationException - If the displayName attribute is not supported.public abstract OpType getOpType()
public abstract DataType getDataType()
Copyright © 2015 University of Tartu. All Rights Reserved.