Uses of Class
org.d2rq.validation.Message.Level

Packages that use Message.Level
org.d2rq.validation   
 

Uses of Message.Level in org.d2rq.validation
 

Methods in org.d2rq.validation that return Message.Level
 Message.Level Message.getLevel()
           
 Message.Level Message.Problem.getLevel()
           
static Message.Level Message.Level.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Message.Level[] Message.Level.values()
          Returns an array containing the constants of this enum type, in the order they are declared.