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