Save This Page
Home » dom4j-1.6.1 » org.dom4j.bean » [javadoc | source]
org.dom4j.bean
public class: BeanAttributeList [javadoc | source]
java.lang.Object
   java.util.AbstractCollection
      java.util.AbstractList
         org.dom4j.bean.BeanAttributeList

All Implemented Interfaces:
    List, Collection

BeanAttributeList implements a list of Attributes which are the properties of a JavaBean.

Constructor:
 public BeanAttributeList(BeanElement parent) 
 public BeanAttributeList(BeanElement parent,
    BeanMetaData beanMetaData) 
Method from org.dom4j.bean.BeanAttributeList Summary:
add,   add,   attribute,   attribute,   attribute,   clear,   createAttribute,   get,   getData,   getParent,   getQName,   remove,   remove,   set,   setData,   size
Methods from java.util.AbstractList:
add,   add,   addAll,   clear,   equals,   get,   hashCode,   indexOf,   iterator,   lastIndexOf,   listIterator,   listIterator,   remove,   set,   subList
Methods from java.util.AbstractCollection:
add,   addAll,   clear,   contains,   containsAll,   isEmpty,   iterator,   remove,   removeAll,   retainAll,   size,   toArray,   toArray,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.dom4j.bean.BeanAttributeList Detail:
 public boolean add(Object object) 
 public  void add(int index,
    Object object) 
 public Attribute attribute(String name) 
 public Attribute attribute(QName qname) 
 public BeanAttribute attribute(int index) 
 public  void clear() 
 protected BeanAttribute createAttribute(BeanElement element,
    int index) 
 public Object get(int index) 
 public Object getData(int index) 
 public BeanElement getParent() 
 public QName getQName(int index) 
 public boolean remove(Object object) 
 public Object remove(int index) 
 public Object set(int index,
    Object object) 
 public  void setData(int index,
    Object data) 
 public int size()