public class ProgramAttribute extends Attribute
Constructor and Description |
---|
ProgramAttribute(java.lang.reflect.Method setter,
ConfigType type) |
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 |
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, setText
public ProgramAttribute(java.lang.reflect.Method setter, ConfigType type)
public ConfigType getConfigType()
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