@Generated(value="jsii-pacmak/0.13.2 (build a2116e9)", date="2019-07-01T16:58:11.766Z") @Stability(value=Experimental) public enum Statistic extends Enum<Statistic>
| Enum Constant and Description |
|---|
AVERAGE
EXPERIMENTAL
|
MAXIMUM
EXPERIMENTAL
|
MINIMUM
EXPERIMENTAL
|
SAMPLE_COUNT
EXPERIMENTAL
|
SUM
EXPERIMENTAL
|
| Modifier and Type | Method and Description |
|---|---|
static Statistic |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Statistic[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Experimental) public static final Statistic SAMPLE_COUNT
@Stability(value=Experimental) public static final Statistic AVERAGE
@Stability(value=Experimental) public static final Statistic SUM
@Stability(value=Experimental) public static final Statistic MINIMUM
@Stability(value=Experimental) public static final Statistic MAXIMUM
public static Statistic[] values()
for (Statistic c : Statistic.values()) System.out.println(c);
public static Statistic 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 © 2019. All rights reserved.