|
||||||||||
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.BooleanValue
public class BooleanValue
A boolean Value
.
Field Summary |
---|
Fields inherited from class org.apache.openjpa.lib.conf.Value |
---|
INVISIBLE |
Constructor Summary | |
---|---|
BooleanValue(String prop)
|
Method Summary | |
---|---|
Boolean |
get()
The internal value. |
protected String |
getInternalString()
Return the internal string form of this value. |
Class<Boolean> |
getValueType()
Returns the type of the property that this Value represents. |
void |
set(boolean value)
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. |
Methods inherited from class org.apache.openjpa.lib.conf.Value |
---|
addEquivalentKey, addListener, alias, alias, assertChangeable, clone, containsReadOnlyConfigurationAsListener, equals, getAliases, getDefault, getEquivalentKeys, getInstantiatingGetter, getListeners, getLoadKey, getOriginalValue, getProperty, getPropertyKeys, getScope, getString, hashCode, hide, isAliasListComprehensive, isDefault, isDynamic, isHidden, isPrivate, makePrivate, matches, removeListener, setAlias, setAlias, setAliases, setAliasListComprehensive, setDefault, setDynamic, setInstantiatingGetter, setLoadKey, setObject, setProperty, setScope, setString, toString, unalias, unalias, valueChanged |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BooleanValue(String prop)
Method Detail |
---|
public Class<Boolean> getValueType()
Value
getValueType
in class Value
public void set(boolean value)
public Boolean get()
get
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |