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, valueChanged
public static final String[] EMPTY
public StringListValue(String prop)
public void set(String[] values)
public Class<String[]> getValueType()
Value
getValueType
in class Value
public String unalias(String str)
protected String getInternalString()
Value
getInternalString
in class Value
protected void setInternalString(String val)
Value
setInternalString
in class Value
protected void setInternalObject(Object obj)
Value
setInternalObject
in class Value
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.