Uses of Class
de.knipp.rritoolkit.response.ResultMessage.Level

Packages that use ResultMessage.Level
de.knipp.rritoolkit.response   
 

Uses of ResultMessage.Level in de.knipp.rritoolkit.response
 

Fields in de.knipp.rritoolkit.response declared as ResultMessage.Level
private  ResultMessage.Level ResultMessage.level
          the level of the message
 

Fields in de.knipp.rritoolkit.response with type parameters of type ResultMessage.Level
private static java.util.Map<java.lang.String,ResultMessage.Level> ResultMessage.Level.classMap
          map from the error classes to the level
private static java.util.Map<java.lang.String,ResultMessage.Level> ResultMessage.Level.tokenMap
          map from the token to the level
 

Methods in de.knipp.rritoolkit.response that return ResultMessage.Level
static ResultMessage.Level ResultMessage.Level.fromErrorClass(java.lang.String errorClass)
          return the level for the given error class
static ResultMessage.Level ResultMessage.Level.fromToken(java.lang.String denicToken)
          return the level for the given token
 ResultMessage.Level ResultMessage.getLevel()
          return the error level
static ResultMessage.Level ResultMessage.Level.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ResultMessage.Level[] ResultMessage.Level.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2005-2011 Knipp Medien und Kommunikation GmbH