org.apache.openjpa.lib.conf
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, 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 void set(java.lang.String[] values)
public java.lang.Class<java.lang.String[]> getValueType()
Value
getValueType
in class Value
public java.lang.String unalias(java.lang.String str)
protected java.lang.String getInternalString()
Value
getInternalString
in class Value
protected void setInternalString(java.lang.String val)
Value
setInternalString
in class Value
protected void setInternalObject(java.lang.Object obj)
Value
setInternalObject
in class Value
protected java.util.List<java.lang.String> getAliasList()