public static enum HasStatistics.Action extends Enum<HasStatistics.Action>
Modifier and Type | Method and Description |
---|---|
static HasStatistics.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HasStatistics.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HasStatistics.Action SUMMARY
public static final HasStatistics.Action FULL
public static final HasStatistics.Action MARK_MAIN
public static final HasStatistics.Action MARK_FULL
public static HasStatistics.Action[] values()
for (HasStatistics.Action c : HasStatistics.Action.values()) System.out.println(c);
public static HasStatistics.Action 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 © 2023 Frank!Framework. All rights reserved.