public class PropertyAttribute extends Attribute
| Constructor and Description |
|---|
PropertyAttribute(java.lang.reflect.Method putMethod,
ConfigType<?> type) |
| Modifier and Type | Method and Description |
|---|---|
ConfigType<?> |
getConfigType()
Returns the config type of the attribute value.
|
void |
setText(java.lang.Object bean,
QName name,
java.lang.String value)
Sets the value of the attribute
|
void |
setValue(java.lang.Object bean,
QName name,
java.lang.Object value)
Sets the value of the attribute
|
create, create, getType, isAllowInline, isAllowText, isAssignableFrom, isAssignableFrom, isBean, isConfigurable, isEL, isInlineType, isNode, isProgram, isSetter, replaceObject, toStringpublic PropertyAttribute(java.lang.reflect.Method putMethod,
ConfigType<?> type)
public ConfigType<?> getConfigType()
getConfigType in class Attributepublic void setText(java.lang.Object bean,
QName name,
java.lang.String value)
throws ConfigException
setText in class AttributeConfigExceptionpublic void setValue(java.lang.Object bean,
QName name,
java.lang.Object value)
throws ConfigException
setValue in class AttributeConfigException