public static enum CallResolverUtil.ResolveArgumentsMode extends java.lang.Enum<CallResolverUtil.ResolveArgumentsMode>
| Enum Constant and Description |
|---|
RESOLVE_FUNCTION_ARGUMENTS |
SKIP_FUNCTION_ARGUMENTS |
| Modifier and Type | Method and Description |
|---|---|
static CallResolverUtil.ResolveArgumentsMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CallResolverUtil.ResolveArgumentsMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CallResolverUtil.ResolveArgumentsMode RESOLVE_FUNCTION_ARGUMENTS
public static final CallResolverUtil.ResolveArgumentsMode SKIP_FUNCTION_ARGUMENTS
public static CallResolverUtil.ResolveArgumentsMode[] values()
for (CallResolverUtil.ResolveArgumentsMode c : CallResolverUtil.ResolveArgumentsMode.values()) System.out.println(c);
public static CallResolverUtil.ResolveArgumentsMode 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 null