public class StringListValue extends Value
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
EMPTY |
| Constructor and Description |
|---|
StringListValue(java.lang.String prop) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
get()
The internal value.
|
protected java.util.List<java.lang.String> |
getAliasList() |
protected java.lang.String |
getInternalString()
Return the internal string form of this value.
|
java.lang.Class<java.lang.String[]> |
getValueType()
Returns the type of the property that this Value represents.
|
void |
set(java.lang.String[] values)
The internal value.
|
protected void |
setInternalObject(java.lang.Object obj)
Set this value from an object.
|
protected void |
setInternalString(java.lang.String val)
Set this value from the given string.
|
java.lang.String |
unalias(java.lang.String str)
Unalias the value list.
|
addEquivalentKey, addListener, alias, alias, assertChangeable, clone, containsReadOnlyConfigurationAsListener, equals, getAliases, getDefault, getEquivalentKeys, getInstantiatingGetter, getListeners, getLoadKey, getOriginalValue, getProperty, getPropertyKeys, getScope, getString, hashCode, hide, isAliasListComprehensive, isDefault, isDynamic, isHidden, isPrivate, makePrivate, matches, removeListener, setAlias, setAlias, setAliases, setAliasListComprehensive, setDefault, setDynamic, setInstantiatingGetter, setLoadKey, setObject, setProperty, setScope, setString, toString, unalias, valueChangedpublic void set(java.lang.String[] values)
public java.lang.Class<java.lang.String[]> getValueType()
ValuegetValueType in class Valuepublic java.lang.String unalias(java.lang.String str)
protected java.lang.String getInternalString()
ValuegetInternalString in class Valueprotected void setInternalString(java.lang.String val)
ValuesetInternalString in class Valueprotected void setInternalObject(java.lang.Object obj)
ValuesetInternalObject in class Valueprotected java.util.List<java.lang.String> getAliasList()
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.