public static enum HtmlElementTables.TextContentModelBit extends Enum<HtmlElementTables.TextContentModelBit>
Enum Constant and Description |
---|
COMMENTS |
ENTITIES |
PLAIN_TEXT |
RAW |
TEXT |
UNENDED |
Modifier and Type | Field and Description |
---|---|
int |
bitMask
A single bit used internally to identify the bit in packed form.
|
Modifier and Type | Method and Description |
---|---|
static HtmlElementTables.TextContentModelBit |
valueOf(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(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 © 2018 OWASP. All rights reserved.