public static enum Messages.RuleParser extends Enum<Messages.RuleParser>
Enum Constant and Description |
---|
Found_Unparsed_Entity_Declaration |
Rules_Schema_File_Not_Found |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Messages.RuleParser |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Messages.RuleParser[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Messages.RuleParser Rules_Schema_File_Not_Found
public static final Messages.RuleParser Found_Unparsed_Entity_Declaration
public static Messages.RuleParser[] values()
for (Messages.RuleParser c : Messages.RuleParser.values()) System.out.println(c);
public static Messages.RuleParser 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 String toString()
toString
in class Enum<Messages.RuleParser>
Copyright © 2013–2019. All rights reserved.