public interface ConfigurationDescription
extends java.io.Serializable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ConfigurationDescription.ConfigurationEntry
A configuration entry declares a configuration value and provides
additional information for it, that is a name for the entry, a description,
the data type and restrictions on the type as well as the usage of the
configuration value.
|
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID
Generated ID for serialisation.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,ConfigurationDescription.ConfigurationEntry> |
getEntries()
Gets a map containing all entries for this configuration description
indexed by the name of the entry (
ConfigurationDescription.ConfigurationEntry.getName()). |
ConfigurationDescription.ConfigurationEntry |
getEntry(java.lang.String entryName)
Returns the configuration entry with the designated name or
null if
no entry with that name exists. |
static final long serialVersionUID
ConfigurationDescription.ConfigurationEntry getEntry(java.lang.String entryName)
null if
no entry with that name exists.entryName - The name of the configuration entry to return.null if no entry with that name
exists.java.util.Map<java.lang.String,ConfigurationDescription.ConfigurationEntry> getEntries()
ConfigurationDescription.ConfigurationEntry.getName()).
This name is also the key to retrieve the value from the appropriate
Configuration.