public class BeanAttributeList extends AbstractList
BeanAttributeList implements a list of Attributes which are
the properties of a JavaBean.
modCount| Constructor and Description |
|---|
BeanAttributeList(BeanElement parent) |
BeanAttributeList(BeanElement parent,
BeanMetaData beanMetaData) |
| Modifier and Type | Method and Description |
|---|---|
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() |
addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subListaddAll, contains, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toStringpublic BeanAttributeList(BeanElement parent, BeanMetaData beanMetaData)
public BeanAttributeList(BeanElement parent)
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()
size in interface Collectionsize in interface Listsize in class AbstractCollectionpublic Object get(int index)
get in interface Listget in class AbstractListpublic boolean add(Object object)
add in interface Collectionadd in interface Listadd in class AbstractListpublic void add(int index,
Object object)
add in interface Listadd in class AbstractListpublic Object set(int index, Object object)
set in interface Listset in class AbstractListpublic boolean remove(Object object)
remove in interface Collectionremove in interface Listremove in class AbstractCollectionpublic Object remove(int index)
remove in interface Listremove in class AbstractListpublic void clear()
clear in interface Collectionclear in interface Listclear in class AbstractListprotected BeanAttribute createAttribute(BeanElement element, int index)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.