| Package | Description |
|---|---|
| com.helger.commons.error.level |
| Modifier and Type | Field and Description |
|---|---|
static EErrorLevel |
EErrorLevel.HIGHEST
Highest error level within this enum
|
static EErrorLevel |
EErrorLevel.LOWEST
Lowest error level within this enum
|
| Modifier and Type | Method and Description |
|---|---|
static EErrorLevel |
EErrorLevel.getFromIDCaseInsensitiveOrDefault(String sID,
EErrorLevel eDefault) |
static EErrorLevel |
EErrorLevel.getFromIDCaseInsensitiveOrNull(String sID) |
static EErrorLevel |
EErrorLevel.getFromIDCaseInsensitiveOrThrow(String sID) |
static EErrorLevel |
EErrorLevel.getFromIDOrDefault(String sID,
EErrorLevel eDefault) |
static EErrorLevel |
EErrorLevel.getFromIDOrNull(String sID) |
static EErrorLevel |
EErrorLevel.getFromIDOrThrow(String sID) |
static EErrorLevel |
EErrorLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EErrorLevel[] |
EErrorLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EErrorLevel |
EErrorLevel.getFromIDCaseInsensitiveOrDefault(String sID,
EErrorLevel eDefault) |
static EErrorLevel |
EErrorLevel.getFromIDOrDefault(String sID,
EErrorLevel eDefault) |
Copyright © 2014–2017 Philip Helger. All rights reserved.