| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Method and Description |
|---|---|
static DataType |
DataType.fromValue(String v) |
DataType |
MapValues.getDataType()
Gets the value of the dataType property.
|
DataType |
DataField.getDataType()
Gets the value of the dataType property.
|
abstract DataType |
Field.getDataType() |
DataType |
Discretize.getDataType()
Gets the value of the dataType property.
|
DataType |
Constant.getDataType()
Gets the value of the dataType property.
|
DataType |
ResultField.getDataType()
Gets the value of the dataType property.
|
DataType |
OutputField.getDataType()
Gets the value of the dataType property.
|
DataType |
DerivedField.getDataType()
Gets the value of the dataType property.
|
DataType |
DefineFunction.getDataType()
Gets the value of the dataType property.
|
DataType |
ParameterField.getDataType()
Gets the value of the dataType property.
|
static DataType |
DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MapValues |
MapValues.setDataType(DataType dataType)
Sets the value of the dataType property.
|
DataField |
DataField.setDataType(DataType dataType)
Sets the value of the dataType property.
|
abstract Field |
Field.setDataType(DataType dataType) |
Discretize |
Discretize.setDataType(DataType dataType)
Sets the value of the dataType property.
|
Constant |
Constant.setDataType(DataType dataType)
Sets the value of the dataType property.
|
ResultField |
ResultField.setDataType(DataType dataType)
Sets the value of the dataType property.
|
OutputField |
OutputField.setDataType(DataType dataType)
Sets the value of the dataType property.
|
DerivedField |
DerivedField.setDataType(DataType dataType)
Sets the value of the dataType property.
|
DefineFunction |
DefineFunction.setDataType(DataType dataType)
Sets the value of the dataType property.
|
ParameterField |
ParameterField.setDataType(DataType dataType)
Sets the value of the dataType property.
|
| Constructor and Description |
|---|
DataField(FieldName name,
OpType opType,
DataType dataType) |
DerivedField(OpType opType,
DataType dataType) |
Copyright © 2016 University of Tartu. All Rights Reserved.