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