Package | Description |
---|---|
de.knipp.rritoolkit.response |
Modifier and Type | Field and Description |
---|---|
private ResultMessage.Level |
ResultMessage.level
the level of the message
|
Modifier and Type | Field and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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-2013 Knipp Medien und Kommunikation GmbH