Constructor and Description |
---|
ClassListValue() |
Modifier and Type | Method and Description |
---|---|
Class<?>[] |
get()
Get the actual data stored in this value.
|
protected String |
getInternalString()
Return the internal string form of this value.
|
Class<Class[]> |
getValueType()
Returns the type of the property that this Value represents.
|
void |
set(Class<?>[] values) |
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 void set(Class<?>[] values)
public Class<?>[] get()
Value
public Class<Class[]> getValueType()
Value
getValueType
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
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.