protected static enum UIXComponentELTag.CheckExecutionResult extends Enum<UIXComponentELTag.CheckExecutionResult>
Enum Constant and Description |
---|
ACCEPT
Execute the child tag and its body
|
REJECT
Skip both the creation of the component, and do not execute the child's body
|
Modifier and Type | Method and Description |
---|---|
static UIXComponentELTag.CheckExecutionResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UIXComponentELTag.CheckExecutionResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UIXComponentELTag.CheckExecutionResult ACCEPT
public static final UIXComponentELTag.CheckExecutionResult REJECT
public static UIXComponentELTag.CheckExecutionResult[] values()
for (UIXComponentELTag.CheckExecutionResult c : UIXComponentELTag.CheckExecutionResult.values()) System.out.println(c);
public static UIXComponentELTag.CheckExecutionResult 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 © 2001-2017 The Apache Software Foundation. All Rights Reserved.