public class XmlBeanValueArgAttribute extends Attribute
Modifier and Type | Method and Description |
---|---|
ConfigType |
getConfigType()
Returns the config type of the attribute value.
|
boolean |
isProgram()
Returns true for a program-style attribute.
|
void |
setText(java.lang.Object bean,
QName name,
java.lang.String text)
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, isSetter, replaceObject, toString
public static final Attribute ATTRIBUTE
public ConfigType getConfigType()
Attribute
getConfigType
in class Attribute
public boolean isProgram()
public void setValue(java.lang.Object bean, QName name, java.lang.Object value) throws ConfigException
setValue
in class Attribute
ConfigException
public void setText(java.lang.Object bean, QName name, java.lang.String text) throws ConfigException
setText
in class Attribute
ConfigException