|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.AbstractCollection java.util.AbstractList org.dom4j.bean.BeanAttributeList
BeanAttributeList
implements a list of Attributes which are
the properties of a JavaBean.
Field Summary |
Fields inherited from class java.util.AbstractList |
modCount |
Constructor Summary | |
BeanAttributeList(BeanElement parent)
|
|
BeanAttributeList(BeanElement parent,
BeanMetaData beanMetaData)
|
Method Summary | |
void |
add(int index,
Object object)
|
boolean |
add(Object object)
|
BeanAttribute |
attribute(int index)
|
Attribute |
attribute(QName qname)
|
Attribute |
attribute(String name)
|
void |
clear()
|
protected BeanAttribute |
createAttribute(BeanElement element,
int index)
|
Object |
get(int index)
|
Object |
getData(int index)
|
BeanElement |
getParent()
|
QName |
getQName(int index)
|
Object |
remove(int index)
|
boolean |
remove(Object object)
|
Object |
set(int index,
Object object)
|
void |
setData(int index,
Object data)
|
int |
size()
|
Methods inherited from class java.util.AbstractList |
addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList |
Methods inherited from class java.util.AbstractCollection |
addAll, contains, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
addAll, contains, containsAll, isEmpty, removeAll, retainAll, toArray, toArray |
Constructor Detail |
public BeanAttributeList(BeanElement parent, BeanMetaData beanMetaData)
public BeanAttributeList(BeanElement parent)
Method Detail |
public Attribute attribute(String name)
public Attribute attribute(QName qname)
public BeanAttribute attribute(int index)
public BeanElement getParent()
public QName getQName(int index)
public Object getData(int index)
public void setData(int index, Object data)
public int size()
public Object get(int index)
public boolean add(Object object)
public void add(int index, Object object)
public Object set(int index, Object object)
public boolean remove(Object object)
public Object remove(int index)
public void clear()
protected BeanAttribute createAttribute(BeanElement element, int index)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |