public static enum KiePMMLComparisonMeasure.Kind extends Enum<KiePMMLComparisonMeasure.Kind> implements Named
| Enum Constant and Description |
|---|
DISTANCE |
SIMILARITY |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static KiePMMLComparisonMeasure.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KiePMMLComparisonMeasure.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KiePMMLComparisonMeasure.Kind DISTANCE
public static final KiePMMLComparisonMeasure.Kind SIMILARITY
public static KiePMMLComparisonMeasure.Kind[] values()
for (KiePMMLComparisonMeasure.Kind c : KiePMMLComparisonMeasure.Kind.values()) System.out.println(c);
public static KiePMMLComparisonMeasure.Kind valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.