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