public enum ERenderingElementType extends Enum<ERenderingElementType>
| Enum Constant and Description |
|---|
CONTENT_ELEMENT |
PAGE_FOOTER |
PAGE_HEADER |
| Modifier and Type | Method and Description |
|---|---|
static ERenderingElementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ERenderingElementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ERenderingElementType PAGE_HEADER
public static final ERenderingElementType CONTENT_ELEMENT
public static final ERenderingElementType PAGE_FOOTER
public static ERenderingElementType[] values()
for (ERenderingElementType c : ERenderingElementType.values()) System.out.println(c);
public static ERenderingElementType 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–2016 Philip Helger. All rights reserved.