|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValidationResult.Level | |
|---|---|
| org.raml.parser.rule | |
| Uses of ValidationResult.Level in org.raml.parser.rule |
|---|
| Methods in org.raml.parser.rule that return ValidationResult.Level | |
|---|---|
ValidationResult.Level |
ValidationResult.getLevel()
|
static ValidationResult.Level |
ValidationResult.Level.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ValidationResult.Level[] |
ValidationResult.Level.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.raml.parser.rule with parameters of type ValidationResult.Level | |
|---|---|
static ValidationResult |
ValidationResult.create(ValidationResult.Level level,
String message)
|
static List<ValidationResult> |
ValidationResult.getLevel(ValidationResult.Level level,
List<ValidationResult> results)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||