public static enum WindowsBasedSli.WindowCriterionCase extends Enum<WindowsBasedSli.WindowCriterionCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
GOOD_BAD_METRIC_FILTER |
GOOD_TOTAL_RATIO_THRESHOLD |
METRIC_MEAN_IN_RANGE |
METRIC_SUM_IN_RANGE |
WINDOWCRITERION_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static WindowsBasedSli.WindowCriterionCase |
forNumber(int value) |
int |
getNumber() |
static WindowsBasedSli.WindowCriterionCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static WindowsBasedSli.WindowCriterionCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowsBasedSli.WindowCriterionCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WindowsBasedSli.WindowCriterionCase GOOD_BAD_METRIC_FILTER
public static final WindowsBasedSli.WindowCriterionCase GOOD_TOTAL_RATIO_THRESHOLD
public static final WindowsBasedSli.WindowCriterionCase METRIC_MEAN_IN_RANGE
public static final WindowsBasedSli.WindowCriterionCase METRIC_SUM_IN_RANGE
public static final WindowsBasedSli.WindowCriterionCase WINDOWCRITERION_NOT_SET
public static WindowsBasedSli.WindowCriterionCase[] values()
for (WindowsBasedSli.WindowCriterionCase c : WindowsBasedSli.WindowCriterionCase.values()) System.out.println(c);
public static WindowsBasedSli.WindowCriterionCase 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 null@Deprecated public static WindowsBasedSli.WindowCriterionCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static WindowsBasedSli.WindowCriterionCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2025 Google LLC. All rights reserved.