|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.openjpa.lib.conf.Value org.apache.openjpa.lib.conf.StringListValue
public class StringListValue
A comma-separated list of string values.
Field Summary | |
---|---|
static String[] |
EMPTY
|
Constructor Summary | |
---|---|
StringListValue(String prop)
|
Method Summary | |
---|---|
String[] |
get()
The internal value. |
protected List |
getAliasList()
|
protected String |
getInternalString()
Return the internal string form of this value. |
Class |
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. |
Methods inherited from class org.apache.openjpa.lib.conf.Value |
---|
alias, alias, clone, equals, getAliases, getDefault, getInstantiatingGetter, getListener, getLoadKey, getProperty, getScope, getString, hashCode, isAliasListComprehensive, setAlias, setAlias, setAliases, setAliasListComprehensive, setDefault, setInstantiatingGetter, setListener, setLoadKey, setObject, setProperty, setScope, setString, unalias, valueChanged |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String[] EMPTY
Constructor Detail |
---|
public StringListValue(String prop)
Method Detail |
---|
public void set(String[] values)
public String[] get()
public Class getValueType()
Value
getValueType
in class Value
public String unalias(String str)
unalias
in class Value
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
protected List getAliasList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |