| Package | Description |
|---|---|
| org.raml.parser.rule |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult.Level |
ValidationResult.getLevel()
Getter for the field
level. |
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)
create.
|
static List<ValidationResult> |
ValidationResult.getLevel(ValidationResult.Level level,
List<ValidationResult> results)
Getter for the field
level. |
Copyright © 2015 Mulesoft. All rights reserved.