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