public static enum ProcessedFEELUnit.DefaultMode extends Enum<ProcessedFEELUnit.DefaultMode>
Enum Constant and Description |
---|
Compiled |
Interpreted |
Modifier and Type | Method and Description |
---|---|
static ProcessedFEELUnit.DefaultMode |
of(boolean doCompile) |
static ProcessedFEELUnit.DefaultMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessedFEELUnit.DefaultMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcessedFEELUnit.DefaultMode Compiled
public static final ProcessedFEELUnit.DefaultMode Interpreted
public static ProcessedFEELUnit.DefaultMode[] values()
for (ProcessedFEELUnit.DefaultMode c : ProcessedFEELUnit.DefaultMode.values()) System.out.println(c);
public static ProcessedFEELUnit.DefaultMode 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 static ProcessedFEELUnit.DefaultMode of(boolean doCompile)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.