Constructor and Description |
---|
DoubleValue(String prop) |
Modifier and Type | Method and Description |
---|---|
Double |
get()
The internal value.
|
protected String |
getInternalString()
Return the internal string form of this value.
|
Class<Double> |
getValueType()
Returns the type of the property that this Value represents.
|
void |
set(double 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.
|
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
public DoubleValue(String prop)
public Class<Double> getValueType()
Value
getValueType
in class Value
public void set(double 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
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.