public static enum PathUtil.AccessDeniedActionOption extends Enum<PathUtil .AccessDeniedActionOption >
| Modifier and Type | Method and Description |
|---|---|
static PathUtil |
valueOf(String
Returns the enum constant of this type with the specified name.
|
static PathUtil |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final PathUtil.AccessDeniedActionOption SKIP
public static final PathUtil.AccessDeniedActionOption TERMINATE
public static final PathUtil.AccessDeniedActionOption FAIL
public static PathUtil.AccessDeniedActionOption [] values()
for (PathUtil.AccessDeniedActionOption c : PathUtil.AccessDeniedActionOption.values()) System.out.println(c);
public static PathUtil.AccessDeniedActionOption valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null