public class IntValue extends Value
Value
.Constructor and Description |
---|
IntValue(java.lang.String prop) |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
get()
The internal value.
|
protected java.lang.String |
getInternalString()
Return the internal string form of this value.
|
java.lang.Class<java.lang.Integer> |
getValueType()
Returns the type of the property that this Value represents.
|
void |
set(int 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, 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
public java.lang.Class<java.lang.Integer> getValueType()
Value
getValueType
in class Value
public void set(int 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
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.