Constructor and Description |
---|
BooleanValue(java.lang.String prop) |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
get()
The internal value.
|
protected java.lang.String |
getInternalString()
Return the internal string form of this value.
|
java.lang.Class<java.lang.Boolean> |
getValueType()
Returns the type of the property that this Value represents.
|
void |
set(boolean value)
The internal value.
|
protected void |
setInternalObject(java.lang.Object obj)
Set this value from an object.
|
protected void |
setInternalString(java.lang.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 java.lang.Class<java.lang.Boolean> getValueType()
Value
getValueType
in class Value
public void set(boolean value)
protected java.lang.String getInternalString()
Value
getInternalString
in class Value
protected void setInternalString(java.lang.String val)
Value
setInternalString
in class Value
protected void setInternalObject(java.lang.Object obj)
Value
setInternalObject
in class Value