public static enum Segmentation.MissingPredictionTreatment extends Enum<Segmentation.MissingPredictionTreatment> implements StringValue<Segmentation.MissingPredictionTreatment>
| Enum Constant and Description |
|---|
CONTINUE |
RETURN_MISSING |
SKIP_SEGMENT |
| Modifier and Type | Method and Description |
|---|---|
static Segmentation.MissingPredictionTreatment |
fromValue(String v) |
String |
toString() |
String |
value() |
static Segmentation.MissingPredictionTreatment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Segmentation.MissingPredictionTreatment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Segmentation.MissingPredictionTreatment RETURN_MISSING
public static final Segmentation.MissingPredictionTreatment SKIP_SEGMENT
public static final Segmentation.MissingPredictionTreatment CONTINUE
public static Segmentation.MissingPredictionTreatment[] values()
for (Segmentation.MissingPredictionTreatment c : Segmentation.MissingPredictionTreatment.values()) System.out.println(c);
public static Segmentation.MissingPredictionTreatment 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 nullpublic String value()
value in interface StringValue<Segmentation.MissingPredictionTreatment>public static Segmentation.MissingPredictionTreatment fromValue(String v)
public String toString()
toString in class Enum<Segmentation.MissingPredictionTreatment>Copyright © 2024. All rights reserved.