| Package | Description |
|---|---|
| org.raml.parser.rule |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static ValidationResult |
ValidationResult.create(ValidationResult.Level level,
String message) |
static List<ValidationResult> |
ValidationResult.getLevel(ValidationResult.Level level,
List<ValidationResult> results) |
Copyright © 2016. All rights reserved.