Enumerator
instead@Deprecated public interface Enumerator
Such values usually depends on environment (directory listing, DB table, ...).
Modifier and Type | Method and Description |
---|---|
default Map<String,Object> |
getConfiguration()
Deprecated.
Get the configuration this enumerator
|
Map<Object,I18nizableText> |
getEntries()
Deprecated.
Provides the enumerated values with their optional label.
|
I18nizableText |
getEntry(String value)
Deprecated.
Retrieves a single label from a value.
|
I18nizableText getEntry(String value) throws Exception
value
- the value.null
if not found.Exception
- if an error occurs.Map<Object,I18nizableText> getEntries() throws Exception
Exception
- if an error occurs.default Map<String,Object> getConfiguration()