public static enum RuleValidator.ValidatorErrorType extends Enum<RuleValidator.ValidatorErrorType>
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static RuleValidator.ValidatorErrorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleValidator.ValidatorErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuleValidator.ValidatorErrorType ERROR
public static final RuleValidator.ValidatorErrorType WARNING
public static final RuleValidator.ValidatorErrorType INFO
public static final RuleValidator.ValidatorErrorType NONE
public static RuleValidator.ValidatorErrorType[] values()
for (RuleValidator.ValidatorErrorType c : RuleValidator.ValidatorErrorType.values()) System.out.println(c);
public static RuleValidator.ValidatorErrorType 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 getValue()
Copyright © 2018. All rights reserved.