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