public class UserConfigurationDictionaryKey
extends java.lang.Object
| Constructor and Description |
|---|
UserConfigurationDictionaryKey()
Initializes a new instance of the UserConfigurationDictionaryKey class.
|
UserConfigurationDictionaryKey(UserConfigurationDictionaryObjectType type,
java.util.List<java.lang.String> values)
Initializes a new instance of the UserConfigurationDictionaryKey class.
|
UserConfigurationDictionaryKey(UserConfigurationDictionaryObjectType type,
java.lang.String value)
Initializes a new instance of the UserConfigurationDictionaryKey class.
|
| Modifier and Type | Method and Description |
|---|---|
UserConfigurationDictionaryObjectType |
getType()
Gets a dictionary object type.
|
java.util.List<java.lang.String> |
getValues()
Gets the dictionary object value as a string.
|
void |
setType(UserConfigurationDictionaryObjectType type)
Sets a dictionary object type.
|
public UserConfigurationDictionaryKey()
public UserConfigurationDictionaryKey(UserConfigurationDictionaryObjectType type, java.lang.String value)
type - the typevalue - the valuepublic UserConfigurationDictionaryKey(UserConfigurationDictionaryObjectType type, java.util.List<java.lang.String> values)
type - the typevalues - the valuespublic UserConfigurationDictionaryObjectType getType()
public void setType(UserConfigurationDictionaryObjectType type)
type - the new typepublic java.util.List<java.lang.String> getValues()