public enum AllowedTypesContext extends Enum<AllowedTypesContext> implements ContextKey
| Enum Constant and Description |
|---|
allow_null
a boolean, default = true
|
allowed_types
a collection of allowed
Classes |
argument
the object given (may be null)
|
| Modifier and Type | Method and Description |
|---|---|
static AllowedTypesContext |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AllowedTypesContext[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AllowedTypesContext allowed_types
Classespublic static final AllowedTypesContext argument
public static final AllowedTypesContext allow_null
public static AllowedTypesContext[] values()
for (AllowedTypesContext c : AllowedTypesContext.values()) System.out.println(c);
public static AllowedTypesContext 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–2024 JSQLParser. All rights reserved.