public class XmlBeanProgramAttribute extends Attribute
Modifier and Type | Field and Description |
---|---|
static XmlBeanProgramAttribute |
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
|
java.lang.String |
toString() |
create, create, getType, isAllowInline, isAllowText, isAssignableFrom, isAssignableFrom, isBean, isConfigurable, isEL, isInlineType, isNode, isSetter, replaceObject
public static final XmlBeanProgramAttribute 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