public static enum InterceptorResolution.Resolution extends java.lang.Enum<InterceptorResolution.Resolution>
| Enum Constant and Description |
|---|
DENY |
PROCEED |
RETURN_RESPONSE |
| Modifier and Type | Method and Description |
|---|---|
static InterceptorResolution.Resolution |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InterceptorResolution.Resolution[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InterceptorResolution.Resolution PROCEED
public static final InterceptorResolution.Resolution DENY
public static final InterceptorResolution.Resolution RETURN_RESPONSE
public static InterceptorResolution.Resolution[] values()
for (InterceptorResolution.Resolution c : InterceptorResolution.Resolution.values()) System.out.println(c);
public static InterceptorResolution.Resolution 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 Bosch Software Innovations GmbH. All Rights Reserved.