| Package | Description |
|---|---|
| org.kie.pmml.api.enums | |
| org.kie.pmml.api.models |
| Modifier and Type | Method and Description |
|---|---|
static DATA_TYPE |
DATA_TYPE.byName(String name) |
static DATA_TYPE |
DATA_TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DATA_TYPE[] |
DATA_TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DATA_TYPE |
OutputField.getDataType() |
| Constructor and Description |
|---|
OutputField(String name,
OP_TYPE opType,
DATA_TYPE dataType,
String targetField,
RESULT_FEATURE resultFeature) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.