public enum XHTMLPagination extends Enum<XHTMLPagination>
| Enum Constant and Description |
|---|
XHTML_MULTI
Multi-page XHTML.
|
XHTML_SINGLE
Single-page XHTML.
|
| Modifier and Type | Method and Description |
|---|---|
static XHTMLPagination |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XHTMLPagination[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XHTMLPagination XHTML_SINGLE
public static final XHTMLPagination XHTML_MULTI
public static XHTMLPagination[] values()
for (XHTMLPagination c : XHTMLPagination.values()) System.out.println(c);
public static XHTMLPagination 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 © 2016 <code@io7m.com> http://io7m.com