public static enum ProvaEventsAccumulator.AccumulationMode extends java.lang.Enum<ProvaEventsAccumulator.AccumulationMode>
| Modifier and Type | Method and Description |
|---|---|
static ProvaEventsAccumulator.AccumulationMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProvaEventsAccumulator.AccumulationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProvaEventsAccumulator.AccumulationMode Keep
public static final ProvaEventsAccumulator.AccumulationMode Clear
public static ProvaEventsAccumulator.AccumulationMode[] values()
for (ProvaEventsAccumulator.AccumulationMode c : ProvaEventsAccumulator.AccumulationMode.values()) System.out.println(c);
public static ProvaEventsAccumulator.AccumulationMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2019. All Rights Reserved.