Uses of Class
org.raml.parser.rule.ValidationResult.Level

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)
           
 



Copyright © 2013. All rights reserved.