Package org.apache.openjpa.lib.conf
Class DoubleValue
- java.lang.Object
 - 
- org.apache.openjpa.lib.conf.Value
 - 
- org.apache.openjpa.lib.conf.DoubleValue
 
 
 
- 
- 
Constructor Summary
Constructors Constructor Description DoubleValue(String prop) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Doubleget()The internal value.protected StringgetInternalString()Return the internal string form of this value.Class<Double>getValueType()Returns the type of the property that this Value represents.voidset(double value)The internal value.protected voidsetInternalObject(Object obj)Set this value from an object.protected voidsetInternalString(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, 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, unalias, valueChanged 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
DoubleValue
public DoubleValue(String prop)
 
 - 
 
- 
Method Detail
- 
getValueType
public Class<Double> getValueType()
Description copied from class:ValueReturns the type of the property that this Value represents.- Specified by:
 getValueTypein classValue
 
- 
set
public void set(double value)
The internal value. 
- 
getInternalString
protected String getInternalString()
Description copied from class:ValueReturn the internal string form of this value.- Specified by:
 getInternalStringin classValue
 
- 
setInternalString
protected void setInternalString(String val)
Description copied from class:ValueSet this value from the given string.- Specified by:
 setInternalStringin classValue
 
- 
setInternalObject
protected void setInternalObject(Object obj)
Description copied from class:ValueSet this value from an object.- Specified by:
 setInternalObjectin classValue
 
 - 
 
 -