public static enum Bridge.BridgeRenderPolicy extends Enum<Bridge.BridgeRenderPolicy>
| Enum Constant and Description |
|---|
ALWAYS_DELEGATE |
DEFAULT |
NEVER_DELEGATE |
| Modifier and Type | Method and Description |
|---|---|
static Bridge.BridgeRenderPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Bridge.BridgeRenderPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Bridge.BridgeRenderPolicy DEFAULT
public static final Bridge.BridgeRenderPolicy ALWAYS_DELEGATE
public static final Bridge.BridgeRenderPolicy NEVER_DELEGATE
public static Bridge.BridgeRenderPolicy[] values()
for (Bridge.BridgeRenderPolicy c : Bridge.BridgeRenderPolicy.values()) System.out.println(c);
public static Bridge.BridgeRenderPolicy 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 © 2015 JBoss by Red Hat. All rights reserved.