| Package | Description |
|---|---|
| org.kie.pmml.commons.model |
Un-mutable domain-classes used to represent PMML models in model-specific format.
|
| org.kie.pmml.commons.model.enums |
| Modifier and Type | Method and Description |
|---|---|
RESULT_FEATURE |
KiePMMLOutputField.getResultFeature() |
| Modifier and Type | Method and Description |
|---|---|
KiePMMLOutputField.Builder |
KiePMMLOutputField.Builder.withResultFeature(RESULT_FEATURE resultFeature) |
| 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.
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.