public class UserConfigurationDictionaryEntry
extends java.lang.Object
| Constructor and Description |
|---|
UserConfigurationDictionaryEntry()
Initializes a new instance of the UserConfigurationDictionaryEntry class.
|
UserConfigurationDictionaryEntry(UserConfigurationDictionaryKey key,
UserConfigurationDictionaryValue value)
Initializes a new instance of the UserConfigurationDictionaryEntry class.
|
| Modifier and Type | Method and Description |
|---|---|
UserConfigurationDictionaryKey |
getKey()
Gets the dictionary key for a dictionary property.
|
UserConfigurationDictionaryValue |
getValue()
Gets the dictionary value for a dictionary property.
|
void |
setKey(UserConfigurationDictionaryKey key)
Sets the dictionary key for a dictionary property.
|
void |
setValue(UserConfigurationDictionaryValue value)
Sets the dictionary value for a dictionary property.
|
public UserConfigurationDictionaryEntry()
public UserConfigurationDictionaryEntry(UserConfigurationDictionaryKey key, UserConfigurationDictionaryValue value)
key - the keyvalue - the valuepublic UserConfigurationDictionaryKey getKey()
public void setKey(UserConfigurationDictionaryKey key)
key - the new keypublic UserConfigurationDictionaryValue getValue()
public void setValue(UserConfigurationDictionaryValue value)
value - the new value