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