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