public enum ParserAtoms extends Enum<ParserAtoms>
| Enum Constant and Description |
|---|
EXTERNAL_LINK |
HORIZONTAL_RULE |
INTERNAL_LINK |
LIST |
PLAIN_EXTERNAL_LINK |
SECTIONS |
SEMI_PRE |
TABLE |
| Modifier and Type | Method and Description |
|---|---|
static ParserAtoms |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParserAtoms[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParserAtoms INTERNAL_LINK
public static final ParserAtoms EXTERNAL_LINK
public static final ParserAtoms PLAIN_EXTERNAL_LINK
public static final ParserAtoms HORIZONTAL_RULE
public static final ParserAtoms LIST
public static final ParserAtoms SEMI_PRE
public static final ParserAtoms SECTIONS
public static final ParserAtoms TABLE
public static ParserAtoms[] values()
for (ParserAtoms c : ParserAtoms.values()) System.out.println(c);
public static ParserAtoms 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 © 2010-2012 University of Erlangen-Nürnberg - Open Source Research Group. All Rights Reserved.