public static enum LineInfo.Flags extends Enum<LineInfo.Flags> implements com.vladsch.flexmark.util.misc.BitField
| Enum Constant and Description |
|---|
BLANK_PREFIX |
BLANK_TEXT |
PREFORMATTED |
| Modifier and Type | Method and Description |
|---|---|
int |
getBits() |
static LineInfo.Flags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineInfo.Flags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LineInfo.Flags PREFORMATTED
public static final LineInfo.Flags BLANK_PREFIX
public static final LineInfo.Flags BLANK_TEXT
public static LineInfo.Flags[] values()
for (LineInfo.Flags c : LineInfo.Flags.values()) System.out.println(c);
public static LineInfo.Flags 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 nullpublic int getBits()
getBits in interface com.vladsch.flexmark.util.misc.BitFieldCopyright © 2020. All rights reserved.