public static enum FlowableWindowMinMax.Metric extends Enum<FlowableWindowMinMax.Metric>
| Modifier and Type | Method and Description |
|---|---|
static FlowableWindowMinMax.Metric |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlowableWindowMinMax.Metric[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlowableWindowMinMax.Metric MIN
public static final FlowableWindowMinMax.Metric MAX
public static FlowableWindowMinMax.Metric[] values()
for (FlowableWindowMinMax.Metric c : FlowableWindowMinMax.Metric.values()) System.out.println(c);
public static FlowableWindowMinMax.Metric 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 © 2013–2020. All rights reserved.