public static enum NodeParser.ParseMode extends Enum<NodeParser.ParseMode>
| Enum Constant and Description |
|---|
DEFAULT |
EXPORTED_MESSAGE |
| Modifier and Type | Method and Description |
|---|---|
static NodeParser.ParseMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeParser.ParseMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NodeParser.ParseMode DEFAULT
public static final NodeParser.ParseMode EXPORTED_MESSAGE
public static NodeParser.ParseMode[] values()
public static NodeParser.ParseMode 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 null