public static enum JspCompilationException.Source extends Enum<JspCompilationException.Source>
| Modifier and Type | Method and Description |
|---|---|
static JspCompilationException.Source |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JspCompilationException.Source[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JspCompilationException.Source JASPER
public static final JspCompilationException.Source JSPC
public static JspCompilationException.Source[] values()
for (JspCompilationException.Source c : JspCompilationException.Source.values()) System.out.println(c);
public static JspCompilationException.Source 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 © 2022. All rights reserved.