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