|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.configuration.LocaleMappedConfiguration.LocaleMappedConfigurationEntry<V>
V - the type of the value (has to be "JAXB-able")public static class LocaleMappedConfiguration.LocaleMappedConfigurationEntry<V>
The LocaleMappedConfigurationEntry as used by
LocaleMappedConfiguration.
| Constructor Summary | |
|---|---|
protected |
LocaleMappedConfiguration.LocaleMappedConfigurationEntry()
The default constructor. |
|
LocaleMappedConfiguration.LocaleMappedConfigurationEntry(java.util.Locale l, V v)
The constructor that sets the Locale and the value. |
| Method Summary | |
|---|---|
java.util.Locale |
getLocale()
Returns the Locale. |
V |
getValue()
Returns the value. |
protected void |
setLocale(java.util.Locale l)
Sets the Locale. |
protected void |
setValue(V v)
Sets the value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected LocaleMappedConfiguration.LocaleMappedConfigurationEntry()
public LocaleMappedConfiguration.LocaleMappedConfigurationEntry(java.util.Locale l, V v)
Locale and the value.
l - the Locale to setv - the value to set| Method Detail |
|---|
public final java.util.Locale getLocale()
Locale.
Localeprotected final void setLocale(java.util.Locale l)
Locale.
l - the Locale to setpublic final V getValue()
protected final void setValue(V v)
v - the value to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||