public class XmlBeanNewAttribute extends Attribute
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.
|
boolean |
isEL()
Returns true for an EL attribute.
|
void |
setText(java.lang.Object object,
QName name,
java.lang.String value)
Sets the value of the attribute as text
|
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, isInlineType, isNode, isProgram, isSetter, replaceObject, toString
public static final Attribute ATTRIBUTE
public ConfigType<?> getConfigType()
Attribute
getConfigType
in class Attribute
public boolean isEL()
Attribute
public java.lang.Object create(java.lang.Object parent, QName name) throws ConfigException
create
in class Attribute
ConfigException
public void setText(java.lang.Object object, QName name, java.lang.String value) throws ConfigException
setText
in class Attribute
ConfigException
public void setValue(java.lang.Object bean, QName name, java.lang.Object value) throws ConfigException
Attribute
setValue
in class Attribute
ConfigException