java.io.Serializable
, java.lang.Comparable<HtmlElementTables.TextContentModelBit>
public static enum HtmlElementTables.TextContentModelBit extends java.lang.Enum<HtmlElementTables.TextContentModelBit>
Enum Constant | Description |
---|---|
COMMENTS |
|
ENTITIES |
|
PLAIN_TEXT |
|
RAW |
|
TEXT |
|
UNENDED |
Modifier and Type | Field | Description |
---|---|---|
int |
bitMask |
A single bit used internally to identify the bit in packed form.
|
Modifier and Type | Method | Description |
---|---|---|
static HtmlElementTables.TextContentModelBit |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static HtmlElementTables.TextContentModelBit[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HtmlElementTables.TextContentModelBit COMMENTS
public static final HtmlElementTables.TextContentModelBit ENTITIES
public static final HtmlElementTables.TextContentModelBit RAW
public static final HtmlElementTables.TextContentModelBit TEXT
public static final HtmlElementTables.TextContentModelBit UNENDED
public static final HtmlElementTables.TextContentModelBit PLAIN_TEXT
public final int bitMask
public static HtmlElementTables.TextContentModelBit[] values()
for (HtmlElementTables.TextContentModelBit c : HtmlElementTables.TextContentModelBit.values()) System.out.println(c);
public static HtmlElementTables.TextContentModelBit valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2019 OWASP. All rights reserved.