| Package | Description |
|---|---|
| com.helger.commons.error |
| Modifier and Type | Method and Description |
|---|---|
ErrorTextProvider.EField |
ErrorTextProvider.IFormattableItem.getField() |
ErrorTextProvider.EField |
ErrorTextProvider.FormattableItem.getField() |
static ErrorTextProvider.EField |
ErrorTextProvider.EField.getFromIDOrNull(String sID) |
static ErrorTextProvider.EField |
ErrorTextProvider.EField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorTextProvider.EField[] |
ErrorTextProvider.EField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorTextProvider |
ErrorTextProvider.addItem(ErrorTextProvider.EField eField,
String sText)
Add an error item to be disabled.
|
| Constructor and Description |
|---|
FormattableItem(ErrorTextProvider.EField eField,
String sText) |
Copyright © 2014–2017 Philip Helger. All rights reserved.