protected static enum HstHtmlTag.RewriteMode extends Enum<HstHtmlTag.RewriteMode>
Enum Constant and Description |
---|
FORMATTEDTEXT |
HIPPOHTML |
TEXT |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static HstHtmlTag.RewriteMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HstHtmlTag.RewriteMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HstHtmlTag.RewriteMode HIPPOHTML
public static final HstHtmlTag.RewriteMode FORMATTEDTEXT
public static final HstHtmlTag.RewriteMode UNKNOWN
public static final HstHtmlTag.RewriteMode TEXT
public static HstHtmlTag.RewriteMode[] values()
for (HstHtmlTag.RewriteMode c : HstHtmlTag.RewriteMode.values()) System.out.println(c);
public static HstHtmlTag.RewriteMode 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 © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.