public static enum DefaultPageCreator.PageType extends Enum<DefaultPageCreator.PageType>
Enum Constant and Description |
---|
HTML
html.
|
JAVASCRIPT
javascript.
|
TEXT
text.
|
UNKNOWN
unknown.
|
XML
xml.
|
Modifier and Type | Method and Description |
---|---|
static DefaultPageCreator.PageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultPageCreator.PageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultPageCreator.PageType HTML
public static final DefaultPageCreator.PageType JAVASCRIPT
public static final DefaultPageCreator.PageType XML
public static final DefaultPageCreator.PageType TEXT
public static final DefaultPageCreator.PageType UNKNOWN
public static DefaultPageCreator.PageType[] values()
for (DefaultPageCreator.PageType c : DefaultPageCreator.PageType.values()) System.out.println(c);
public static DefaultPageCreator.PageType 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 © 2002–2024 Gargoyle Software Inc.. All rights reserved.