Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
log |
Constructor and Description |
---|
BeanPropertyTarget(Object object,
BeanPropertyDescriptor pd)
This constructor is used for a normal property.
|
BeanPropertyTarget(Object object,
BeanPropertyDescriptor pd,
int i)
This constructor is used for an indexed property.
|
public BeanPropertyTarget(Object object, BeanPropertyDescriptor pd)
object
- is the bean classpd
- is the propertypublic BeanPropertyTarget(Object object, BeanPropertyDescriptor pd, int i)
object
- is the bean classpd
- is the propertyi
- is the indexpublic void set(Object value) throws SAXException
set
in interface Target
value
- is the value.SAXException
Copyright © The Apache Software Foundation. All Rights Reserved.