public enum DefaultBuiltinFEELTypeRegistry extends Enum<DefaultBuiltinFEELTypeRegistry> implements FEELTypeRegistry
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Method and Description |
---|---|
Scope |
getItemDefScope(Scope parent) |
Type |
resolveFEELType(List<String> qns) |
static DefaultBuiltinFEELTypeRegistry |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultBuiltinFEELTypeRegistry[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultBuiltinFEELTypeRegistry INSTANCE
public static DefaultBuiltinFEELTypeRegistry[] values()
for (DefaultBuiltinFEELTypeRegistry c : DefaultBuiltinFEELTypeRegistry.values()) System.out.println(c);
public static DefaultBuiltinFEELTypeRegistry 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 nullpublic Type resolveFEELType(List<String> qns)
resolveFEELType
in interface FEELTypeRegistry
public Scope getItemDefScope(Scope parent)
getItemDefScope
in interface FEELTypeRegistry
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.