Package org.apache.openjpa.lib.conf
Class StringListValue
java.lang.Object
org.apache.openjpa.lib.conf.Value
org.apache.openjpa.lib.conf.StringListValue
- All Implemented Interfaces:
Cloneable
A comma-separated list of string values.
- Author:
- Abe White
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]get()The internal value.protected StringReturn the internal string form of this value.Returns the type of the property that this Value represents.voidThe internal value.protected voidsetInternalObject(Object obj) Set this value from an object.protected voidsetInternalString(String val) Set this value from the given string.Unalias the value list.Methods inherited from class org.apache.openjpa.lib.conf.Value
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
-
Field Details
-
EMPTY
-
-
Constructor Details
-
StringListValue
-
-
Method Details
-
set
The internal value. -
get
The internal value. -
getValueType
Description copied from class:ValueReturns the type of the property that this Value represents.- Specified by:
getValueTypein classValue
-
unalias
Unalias the value list. This method defers to super.unalias() UNLESS the string passed is a list of values for a property that has aliases. -
getInternalString
Description copied from class:ValueReturn the internal string form of this value.- Specified by:
getInternalStringin classValue
-
setInternalString
Description copied from class:ValueSet this value from the given string.- Specified by:
setInternalStringin classValue
-
setInternalObject
Description copied from class:ValueSet this value from an object.- Specified by:
setInternalObjectin classValue
-
getAliasList
-