public enum ServiceCallInterceptorGroup extends Enum<ServiceCallInterceptorGroup>
| Enum Constant and Description |
|---|
ALL |
GROUP1 |
GROUP2 |
GROUP3 |
RULESERVICES |
WEBSERVICES |
| Modifier and Type | Method and Description |
|---|---|
static ServiceCallInterceptorGroup |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceCallInterceptorGroup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceCallInterceptorGroup ALL
public static final ServiceCallInterceptorGroup RULESERVICES
public static final ServiceCallInterceptorGroup WEBSERVICES
public static final ServiceCallInterceptorGroup GROUP1
public static final ServiceCallInterceptorGroup GROUP2
public static final ServiceCallInterceptorGroup GROUP3
public static ServiceCallInterceptorGroup[] values()
for (ServiceCallInterceptorGroup c : ServiceCallInterceptorGroup.values()) System.out.println(c);
public static ServiceCallInterceptorGroup 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 © 2004–2019 OpenL Tablets. All rights reserved.